diff --git a/.gitignore b/.gitignore index 7bf1e2b..5b25ec6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # Environments .env # Tests -test.py \ No newline at end of file +test.py +a.py +subprocess_time.py diff --git a/README.md b/README.md index 3116673..188094b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ OAUTH-PRIVATE-TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # optional to record without ``` 8. if you want to enable/disable more available options, edit `twitch-archive.py` 9. run `Python twitch-archive.py` or for multiple streamers `Python twitch-archive.py -u streamer` + + +[...](https://github.com/piero0920/Twitch-Archive/blob/main/extra.md)