Remove touch from instructions (resolves #3)

This commit is contained in:
Sam Ireland 2021-06-13 18:59:28 +01:00
parent 9d40a03903
commit 6b9e9d37f9
1 changed files with 1 additions and 2 deletions

View File

@ -14,14 +14,13 @@ reddit-save will backup saved posts, saved comments, and upvoted posts. It can't
$ git clone https://github.com/samirelanduk/reddit-save .
$ cd reddit-save
$ pip install -r requirements.txt
$ touch secrets.py
```
If you get permission errors, try using `sudo` or using a virtual environment.
You will need [ffmpeg](https://ffmpeg.org/) installed somewhere too.
The last command created an empty file called secrets.py. You will need to add four things to this file, your reddit username and password, and a reddit client ID and secret. The latter two are obtained using [the instructions here](https://github.com/reddit-archive/reddit/wiki/OAuth2-Quick-Start-Example#first-steps). The file should look something like this:
You then need to create a file in the reddit-save directory called secrets.py. You will need to add four things to this file, your reddit username and password, and a reddit client ID and secret. The latter two are obtained using [the instructions here](https://github.com/reddit-archive/reddit/wiki/OAuth2-Quick-Start-Example#first-steps). The file should look something like this:
```python
REDDIT_USERNAME = "spez"