This script executes 2 actions:
- Monitors for new image posted / new story in a instagram account.
- If found new image / story, a bot posts it to a discord channel.
- Repeat after set interval.
- Change instagram scraper implementation from html parsing to Instaloader python module
- Add monitoring Instagram Stories (login needed)
- Structure Rewritten by AltF2 > Commit
- Dockerized
- Preview: This is a post followed by a story.
- Python v3
-
Copy over the config.example.yml
cp config.example.yml config.yml
-
Fill out config.yml
-
Docker Compose up
docker-compose up -d
Collaborations to improve script are always welcome.