Get your instagram feeds and storied inside telegram
BOT_TOKEN
Bot token from @BotFatherAPI_ID
Telegram API Key.API_HASH
Telegram API Hash.USERNAME
Your Instagram username.FEED_CHAT_ID
Chat ID where you want to recive your instagram feeds.STORY_CHAT_ID
Chat ID where you want to recive your instagram stories.
- Clone the repo to your local machine.
- Add your config vars to
.env
in root directory - get your instagram session file using
- Install requirements from requirements file
- run
instaloader -l <yourInstagramUsername>
to create an instagram session. - finally run the bot by
python3 main.py
##TODO
- []. Add support for Non-persistent servers.
- []. Better login option.
- You cant use this on heroku! or any non-persistent server.