This script executes 2 actions:
- Monitors for new image posted in a instagram account (create a cronjob).
- If found new image, a bot post new instagram image in a discord channel.
REQUIREMENTS:
- Python v3
- Python module re, json, requests
USAGE:
- Replace INSTAGRAM_USERNAME with username account you want to monitor.
- Replace WEBHOOK_URL with Discord account webhook url. To know how, just Google: "how to create webhook discord".
- Replace DATABASE with any finename you want to use as temporary data for checking new photos.
COLLABORATIONS:
Collaborations to improve this script are always welcome :)