@stappabot telegram bot
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Hamcha e967a474cf
continuous-integration/drone/push Build is passing Details
Add kubernetes files
3 years ago
kubernetes Add kubernetes files 3 years ago
.drone.yml Use env, add dockerfile/CI 3 years ago
.gitignore Add kubernetes files 3 years ago
Dockerfile Use env, add dockerfile/CI 3 years ago
README.md Add kubernetes files 3 years ago
go.mod Use env, add dockerfile/CI 3 years ago
go.sum Use env, add dockerfile/CI 3 years ago
main.go Set default bind 3 years ago
scryfall.go Refactor A LOT OF STUFF 4 years ago
skaffold.yaml Add kubernetes files 3 years ago

README.md

stappabot

Run on minikube

Running in minikube doesn't really work right now, but you can still try if the docker container builds and deploys successfully.

Make sure the bots namespace exists!

Requirements

Create a file in kubernetes/overlays/development called envfile with these values:

STAPPA_TOKEN=telegram-bot-token
STAPPA_WEBHOOK=https://telegram.webhook/endpoint
STAPPA_PATH=endpoint

Run skaffold dev

Run locally

Install stappabot

go get git.fromouter.space/Hamcha/stappabot

Set these env vars:

STAPPA_TOKEN=telegram-bot-token
STAPPA_BIND=:5749
STAPPA_WEBHOOK=https://telegram.webhook/endpoint
STAPPA_PATH=endpoint
STAPPA_MAXREQUEST=5

Run:

stappabot