A Python Wrapper for the official Rapidgator API
Currently not many things are tested I just implemented it like to documentation says. If you find any bugs please report them.
Clone the repo and install the requirements with pip install -r requirements.txt
and then you can use it like this:
from rapidgatorAPI import RapidgatorAPI
rg = RapidgatorAPI("myEmail", "myPassword")
print(rg.info())
- Test the functions
- Upload it to PyPi