Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/runetech0/instagram-to-telegram

This bot scrapes the posts from specific instagram account and sends these posts(Images, Videos) to a telegram group.
https://github.com/runetech0/instagram-to-telegram

Last synced: 3 months ago
JSON representation

This bot scrapes the posts from specific instagram account and sends these posts(Images, Videos) to a telegram group.

Lists

README

        

NOTE: Before using any of the script in please make sure you have the python v3.6 or greater installed on your system.

1. To check your python versin type below command in terminal..
python --version

2. If you have python3.6+ version then you are good to go to next step else,
follow this ( WINDOWS: https://www.pytorials.com/python-download-install-windows/ LINUX: https://docs.python-guide.org/starting/install3/linux/ ) guide to install python3.6+ version for your system...

3. After installing the pythonv3.6+ you need to install requires libraries for bot on your system
To install required libraries run the followung commands in the terminal..
cd [path/to/bot/folder]
pip3 install -r requirements.txt

4. If you have completed the above steps successfully then you are good to configure your bot on system...
Now rename "sample-conf.py" file in the bot folder to "conf.py" and open it. Rest of the instrunctions are there! :)