https://github.com/smashedr/twitch-unfollow-web
https://github.com/smashedr/twitch-unfollow-web
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smashedr/twitch-unfollow-web
- Owner: smashedr
- Created: 2022-01-04T07:52:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T07:52:21.000Z (over 4 years ago)
- Last Synced: 2025-11-17T18:08:19.419Z (7 months ago)
- Language: Python
- Size: 1.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitch Unfollow Alerts
[](https://git.cssnr.com/shane/twitch-unfollow-web/commits/master) [](https://git.cssnr.com/shane/twitch-unfollow-web/commits/master)
This tool alerts you on Discord of unfollows on Twitch.
### Frameworks
- Django (2.1.2) https://www.djangoproject.com/
- Celery (4.2.0) http://www.celeryproject.org/
- Bootstrap (4.1.3) http://getbootstrap.com/
- Font Awesome (5.4.2) http://fontawesome.io/
# Development
### Copying This Project
To clone a clean copy of this project int your repository:
```
git clone https://git.cssnr.com/shane/twitch-unfollow-web.git
cd django-twitch
rm -rf .git
git init
git remote add origin https://github.com/your-org/your-repo.git
git push -u origin master
```
*Note: make sure to replace `your-org/your-repo.git` with your actual repository location...*