Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 910 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 910 Bytes

MyMemory

MyMemory is an API on RapidAPI which allows a developer to make simple requests to have a piece of text translated from one language to another!

Contents

Setting up

To use this file, you must first have an account on RapidAPI and have to subscribe to this translation API called MyMemory. Once you have done this, open creds.example.json, rename it to creds.json and add your X-RapidAPI-Key + X-RapidAPI-Host.

Using

Using this file is as easy as:

$ python3 main.py

But you would need to edit some of the stuff in main.py, like tranlation language and text to be translated for example.

Credits

All rights to RapidAPI and the creator of MyMemory.
Inf3xt