Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beaston02 authored Jun 3, 2017
1 parent 3277012 commit 95ac52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Requires python3.5 or newer. You can grab python3.5.2 from https://www.python.or

to install required modules, run:
```
python3.5 -m pip install livesteramer bs4
python3.5 -m pip install livesteramer bs4 lxml
```


edit lines 7 and 9 of ChaturbateRecorder.py to set the path for the directory to save the videos to, and to set the location of the "wanted.txt" file.
Line 11 of ChaturbateRecorder.py specifies which genders it woull check for models to record. The available genders are all listed in line 10. It is already set to check female and couples cams. You can add or remove genders, just make sure it remains a list of strings. This means it should start with "[" and end with "]" with each gender in double or single quotes and seporated with commas ie:
Line 11 of ChaturbateRecorder.py specifies which genders it woull check for models to record. The available genders are all listed in line 10. It is already set to check female and couples cams. You can add or remove genders, just make sure it remains a list of strings. This means it should start with "[" and end with "]" with each gender in double or single quotes and separated with commas ie:
```
['female', 'male', couples']
```
Expand Down

0 comments on commit 95ac52a

Please sign in to comment.