An open API service indexing awesome lists of open source software.

https://github.com/smashedr/twitch-unfollow-web


https://github.com/smashedr/twitch-unfollow-web

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

          

# Twitch Unfollow Alerts

[![build status](https://git.cssnr.com/shane/twitch-unfollow-web/badges/master/build.svg)](https://git.cssnr.com/shane/twitch-unfollow-web/commits/master) [![coverage report](https://git.cssnr.com/shane/twitch-unfollow-web/badges/master/coverage.svg)](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...*