tranvietphuoc / telegram-images-bot

Get images from https://pixabay.com and display to telegram bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This bot is a little gift I've made for my friend use webhook style.

  • I make a small server using flask to listen events and use pyTelegramBotAPI to handle commands of the bot
  • It calls photos api of pixabay to get photos according to the keyword, it recieves in the chat message and display the corresponding results to users
  • It's hosted on glitch by adding this glitch.json to enable python3 code at my project
  • I provided a webhook URL for my bot. Whenever a new update for this bot arrives, Telegram sends that update to the specified URL
  • You can vist this bot

About

Get images from https://pixabay.com and display to telegram bot


Languages

Language:Python 91.8%Language:Shell 8.2%