Chaturbate (great original name) is a python script to automate the recording of cam shows in Chaturbate.
The cams to record are the models that you followed on the site.
Copy config.ini.dist to config.ini and edit it. Set your username and password, and pushbullet token if you want.
- rtmpdump-ksv - To record the rtmp streams.
You'll have to install this rtmpdump version from source.
- BeautifulSoup4 - To parse the HTML.
- requests - To make requests and keep the session.
These can be installed with pip (see below) or with your package manager.
$ git clone https://github.com/falsovsky/chaturbate.git chaturbate
$ cd chaturbate
$ sudo pip install -r requirements.txt
...
$ python chaturbate.py
Want to contribute? Great! Submit a Pull Request.
- Find a better way to detect private shows.
BSD