https://github.com/hmage/derpibooru_bot
Derpibooru telegram bot
https://github.com/hmage/derpibooru_bot
bot derpibooru ponies telegram-bot
Last synced: 12 months ago
JSON representation
Derpibooru telegram bot
- Host: GitHub
- URL: https://github.com/hmage/derpibooru_bot
- Owner: hmage
- Created: 2017-01-17T19:19:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-17T05:59:56.000Z (about 1 year ago)
- Last Synced: 2025-05-17T06:27:38.945Z (about 1 year ago)
- Topics: bot, derpibooru, ponies, telegram-bot
- Language: Go
- Homepage: https://t.me/DerpibooruBot
- Size: 95.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Derpibooru Telegram Bot](https://t.me/DerpibooruBot)
Hello! I'm a bot by @hmage that sends you images of ponies.
To get a random top scoring picture: /pony
To search for Celestia: /pony Celestia
You get the idea :)
## Setup and configuring
You will need to have `settings.yaml` file with keys for both Telegram Bot API and Derpibooru, like this:
```yaml
telegram_token: some_secret_telegram_token
derpibooru_key: some_secret_derpibooru_key
```
Replace them with your actual tokens.
## Running
First, build the bot:
```
go build
```
Then you can proceed with running it:
```
./derpibooru_bot
```