Skip to content

henrydatei/rapidgatorAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python Wrapper for the official Rapidgator API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages