Telegram bot to send random Instagram post
You may use this program to run a Telegram bot that sends a random post from a public Instagram account (e.g. your favorite meme or cat accounts) to you or a group.
The Docker image kitce/instatele is available in Docker hub.
Alternatively, you may clone this repository, run it with Yarn and Node.js.
Send /random
to trigger the bot to send a random post.
$ yarn dev
$ yarn build
Files will be available in build/
$ yarn start
Variable | Default | Description |
---|---|---|
DEBUG |
See debug | |
PORT |
8443 | Webhook port |
BOT_TOKEN * |
Telegram bot token (@BotFather) | |
WEBHOOK_URL |
Webhook URL | |
USERNAME * |
Instagram username |
*Required
MIT License