Automation/simplification for Humans 🤷♂🤖
To Allow Telegram Users, to easily Upload Videos saved on Telegram to Instagram Reels.
Telethon
: for connecting with TelegramInstagrapi
: for connecting with InstagramCryptg
: Optional Requirement of Telethon, to speed up download process..moviepy
: required by Instagrapi, for video processing...
- When You send your Video/gif to chat filled in
TG_CHATIDS
. - Bot will download that Video to its local.
- And will try to Upload Video to Instagram Reels from Account whose credentials are filed in
INSTAGRAM_USERNAME
andINSTAGRAM_PASSWORD
. - And Done!
settings.json
will be created to save Instagram Login Settings, to avoid Multiple Logins.- Similarly, Telethon creates a
.session
file to save the auth.
- Just You need is Install
python
on your device. - Clone the Project and Move to Current Directory.
- Check and fill the Required Values in
telegram_instagram.py
- If Required Vars are not Filed, you will be asked to Fill Required Vars in Input..
- Install Requirements
pip3 install -r requirements.txt
- Run the main Script
python3 telegram_instagram.py