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.
- hurry.filesize - To get pretty formatted file sizes.
- requests - To make requests and keep the session.
- pushbullet.py - To send notifications (optional).
These three can be installed with pip (see below).
$ 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