https://github.com/jroimartin/anololcatbot
Telegram bot for ANO
https://github.com/jroimartin/anololcatbot
bot golang telegram telegram-bot
Last synced: 12 months ago
JSON representation
Telegram bot for ANO
- Host: GitHub
- URL: https://github.com/jroimartin/anololcatbot
- Owner: jroimartin
- Created: 2017-04-15T11:09:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T20:36:06.000Z (over 4 years ago)
- Last Synced: 2025-06-20T13:09:48.882Z (about 1 year ago)
- Topics: bot, golang, telegram, telegram-bot
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnoLolcatBot
Telegram bot for [ANO](http://ano.lolcathost.org/).
## Run locally
```sh
export ANOLOLCATBOT_TOKEN=
go run github.com/jroimartin/anololcatbot/cmd/anololcatbot@latest
```
## Deploy using Docker context
```sh
_script/build
_script/deploy
```