An open API service indexing awesome lists of open source software.

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

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).