tgramvn / random-dog-bot

RandomDog is a simple telegram bot that sends you a random image of a dog. This is my first telegram bot πŸ™ˆ

Home Page:https://t.me/DogRandomBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Dog Telegram Bot

This repo contains source code for the random dog telegram bot. The main purpose is to learn how to create telegram bots rapidly using Python. Lezzz go!!

The bot picks random dog images from the Random Dog API

How to Install

Clone this repository, create your virtualenv and run the following commands

pip install -r requirements.txt

Copy the .env-sample file and create a new .env file. Insert the relevant details.

Run the program using the following command.

python main.py

How to use

You can find the bot using this link: RandomDogBot

Simply send the /bop command to it to get a random image of a dog.

Made in the Pearl of Africa πŸ‡ΊπŸ‡¬

About

RandomDog is a simple telegram bot that sends you a random image of a dog. This is my first telegram bot πŸ™ˆ

https://t.me/DogRandomBot


Languages

Language:Python 100.0%