Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foevil/unf0llowers
https://github.com/foevil/unf0llowers
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foevil/unf0llowers
- Owner: foevil
- License: mit
- Created: 2022-02-18T16:50:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T16:50:16.000Z (over 2 years ago)
- Last Synced: 2024-06-28T13:33:22.441Z (5 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram unfollowers bot
This simple bot controls your followers and followings in Instagram.
If it finds out that someone does not follow you back, it tells you.
You can subscribe to notifications, so it will check your unfollowers automatically once a day.### Languages
* English
* Russian## Install with docker-compose
To run this you must have an Instagram account for bot and telegram bot.You need to set these env-variables:
* `VOLUME_HOST_PATH` - where to store sqlite database
* `TELEGRAM_BOT_TOKEN` - get it from @botfather in telegram
* `INSTAGRAM_USERNAME` - username of Instagram account your bot will use
* `INSTAGRAM_PASSWORD` - password of Instagram account your bot will useSet variables and go:
`> docker-compose up -d`
Feel free to contribute!