vitorgamer58 / http-cats-telegram-bot

:robot: A Telegram bot using the HTTP Cats API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP Cats Telegram Bot

GitHub

A simple chatbot for the telegram that uses the HTTP Cats API

This project was created with the intention of helping the developers to create their first chatbots in the Telegram. You can find the tutorial for the creation of this chatbot by visiting the following link: https://medium.com/@mdcg.dev/desenvolvendo-o-seu-primeiro-chatbot-no-telegram-com-python-a9ad787bdf6

HTTP Cats

Initially I would like to talk about this amazing API which was the main purpose of our chatbot, which is the HTTP Cats!!

Basically, this API returns an image in the JPEG format with the "feline representation" of the HTTP status code. That's why I love the internet.

python-telegram-bot

This library provides a pure Python interface for the Telegram Bot API. It's compatible with Python versions 2.7, 3.3+ and PyPy. It also works with Google App Engine.

In addition to the pure API implementation, this library features a number of high-level classes to make the development of bots easy and straightforward. These classes are contained in the telegram.ext submodule.

You can read more about this fantastic library by visiting its official documentation.

Contributing

Feel free to do whatever you want with this project. :-)

About

:robot: A Telegram bot using the HTTP Cats API

License:MIT License


Languages

Language:Python 100.0%