https://github.com/subinps/InstaFeed
get your Instagram feeds on your telegram channel
https://github.com/subinps/InstaFeed
bot instagram instagram-bot telegram-bot
Last synced: 3 months ago
JSON representation
get your Instagram feeds on your telegram channel
- Host: GitHub
- URL: https://github.com/subinps/InstaFeed
- Owner: subinps
- Created: 2022-10-24T10:24:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T14:17:48.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T09:05:09.099Z (about 1 year ago)
- Topics: bot, instagram, instagram-bot, telegram-bot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 22
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InstaFeed [WIP]
Get your instagram feeds and storied inside telegram
### Config Variables
- `BOT_TOKEN` Bot token from [@BotFather](https://telegram.dog/BotFather)
- `API_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.### SetUp
- 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 ` to create an instagram session.
- finally run the bot by `python3 main.py`##TODO
- []. Add support for Non-persistent servers.
- []. Better login option.## ⚠️ WARNING
- You cant use this on heroku! or any non-persistent server.