https://github.com/buddhirangana/cutedogpic_bot
A telegram bot, has a superpower to send you some random dog images
https://github.com/buddhirangana/cutedogpic_bot
telegram telegram-bot telegram-bot-api telegram-bots
Last synced: 11 months ago
JSON representation
A telegram bot, has a superpower to send you some random dog images
- Host: GitHub
- URL: https://github.com/buddhirangana/cutedogpic_bot
- Owner: buddhirangana
- License: mit
- Created: 2022-07-17T09:22:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T10:23:35.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T16:18:26.299Z (over 1 year ago)
- Topics: telegram, telegram-bot, telegram-bot-api, telegram-bots
- Language: Python
- Homepage: https://t.me/cutedogpic_bot
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cute Dog Pic 🤖
This bot will send you a random dog image when you type `/dog` command.
## Requirements
- python 3
- python request library
- [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)
## Installation
Install this module via pip and conda with the below command.
```shell
# installing via pip
pip install python-telegram-bot
# installing via conda
conda install -c conda-forge python-telegram-bot
```
```shell
# installing via pip
python -m pip install requests
```
Run the program.
```
python3 main.py
```
## Usage
To run the bot, change the `"BOT_TOKEN"` string in the line #30 with the token of your bot.
## Credits
This bot besed on [doggobot](https://github.com/dzakyputra/doggobot) which made by [Dzaky Widya Putra](https://github.com/dzakyputra). So oiginal credits go to [Dzaky Widya Putra](https://github.com/dzakyputra) and his dedication.
### Other Credits
- [RandomDog API](https://random.dog)
## License
See the `LICENSE` file for license rights and limitations (MIT).