Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 537 Bytes

rapidgator-api

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.

General Usage

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())

TODO

  • Test the functions
  • Upload it to PyPi