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.
- Host: GitHub
- URL: https://github.com/runetech0/instagram-to-telegram
- Owner: runetech0
- Created: 2020-07-12T03:57:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T18:15:57.000Z (over 4 years ago)
- Last Synced: 2024-06-27T11:32:53.040Z (5 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 --version2. 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.txt4. 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! :)