Docker contained service which runs headless browser to check who is following specific profile.
- docker-compose
- account with Facebook login on Instagram that has access to targeted profile's followers
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.
Useful to track who followed or unfollowed specific profile.
See example in docker-compose.
STORAGE_URL=mongodb://localhost:27017 STORAGE_DB_NAME=instabot STORAGE_COLLECTION_NAME=followed_by_stamps
BOT_EMAIL= BOT_PASSWORD=
TARGET_USERNAME=