https://github.com/kunokdev/instagram-bot
https://github.com/kunokdev/instagram-bot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kunokdev/instagram-bot
- Owner: kunokdev
- Created: 2020-04-13T16:29:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:20:06.000Z (over 3 years ago)
- Last Synced: 2023-03-06T16:00:34.243Z (over 3 years ago)
- Language: TypeScript
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instabot
Docker contained service which runs headless browser to check who is following specific profile.
## Requirements
- docker-compose
- account with Facebook login on Instagram that has access to targeted profile's followers
## Notes
Bot opens target profile, and scrolls through followers, buffers them as list and saves it as entry to MongoDB.
Bot is ran as node service, upon finish, it will wait specific amount of time, then die. Docker will restart service and the loop will continue.
## Use case
Useful to track who followed or unfollowed specific profile.
## Configuration
See example in docker-compose.
### Required envs:
#### Database config
STORAGE_URL=mongodb://localhost:27017
STORAGE_DB_NAME=instabot
STORAGE_COLLECTION_NAME=followed_by_stamps
#### Instagram bot credentials
BOT_EMAIL=
BOT_PASSWORD=
#### Target profile
TARGET_USERNAME=