https://github.com/scnplt/igpp_telegrambot
A simple Telegram bot to get Instagram user profile photo.
https://github.com/scnplt/igpp_telegrambot
dockerfile instagram telegram-bot telethon
Last synced: 2 months ago
JSON representation
A simple Telegram bot to get Instagram user profile photo.
- Host: GitHub
- URL: https://github.com/scnplt/igpp_telegrambot
- Owner: scnplt
- Created: 2023-10-06T22:26:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T17:41:44.000Z (about 2 years ago)
- Last Synced: 2024-06-04T19:51:15.595Z (about 2 years ago)
- Topics: dockerfile, instagram, telegram-bot, telethon
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IG PP Telegram Bot
A simple Telegram bot to get Instagram user profile photo.
## Usage
### Step 1.
Go to ["API development tools"](https://my.telegram.org/apps) and fill out the form then create an app and get `API_ID` and `API_HASH` code.
### Step 2.
Create a bot with [@BotFather](https://telegram.me/BotFather) and get `token`.
### Step 3.
Run a container:
```bash
docker run -d \
--name igpp_telegrambot \
-e API_ID=YOUR_API_ID \
-e API_HASH=YOUR_API_HASH \
-e BOT_TOKEN=YOUR_BOT_TOKEN \
scnplt/igpp_telegrambot:0.0.2
```
### Step 5.
To check, send a message as `/start` to your bot. If you receive a reply, send an Instagram username (e.g. `@cpsertan`).