Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmage/derpibooru_bot
Derpibooru telegram bot
https://github.com/hmage/derpibooru_bot
bot derpibooru ponies telegram-bot
Last synced: about 1 month ago
JSON representation
Derpibooru telegram bot
- Host: GitHub
- URL: https://github.com/hmage/derpibooru_bot
- Owner: hmage
- Created: 2017-01-17T19:19:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T16:34:54.000Z (over 2 years ago)
- Last Synced: 2024-06-21T17:03:11.284Z (5 months ago)
- Topics: bot, derpibooru, ponies, telegram-bot
- Language: Go
- Homepage: https://t.me/DerpibooruBot
- Size: 95.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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
```