├── .gitignore ├── LICENSE ├── README.md └── twitch-recorder.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancalentari/twitch-stream-recorder/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancalentari/twitch-stream-recorder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancalentari/twitch-stream-recorder/HEAD/README.md -------------------------------------------------------------------------------- /twitch-recorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancalentari/twitch-stream-recorder/HEAD/twitch-recorder.py --------------------------------------------------------------------------------