
This is a python3 wrapper for RARBG.to.
The API object will automatically fetch/refresh the token and take care of rate control (1 request/2 second)
Api Link
Install
pip install rarbgapi
Quickstart
>>> import rarbgapi >>> client = rarbgapi.RarbgAPI() >>> for torrent in client.list(): ... print(torrent) ...