apt update && apt upgrade -y
git clone https://github.com/ARS-83/Telegram-Downloader-Bot.git
cd Telegram-Downloader-Bot
So now you need to place your bot token in the main file, then enter your numeric ID for the admin in the config file, then run the import session file More Info to get your Insta account session from Firefox, then place it in the current folder where your project is located, and put the session name and your Insta account name in the config file.
After you have done what I said above, just download the project requirements and start the robot to get your downloader started.
apt install python3 && apt install pip && pip install -r requirements.txt && nohup python3 __main__.py &
Done (: Your bot runned
ps aux | grep python3
for stop bot copy this numberId
kill -9 NUMBERID
