user-penguin
dc2c3bfee4
continuous-integration/drone/push Build is passing
Details
|
||
---|---|---|
commands | ||
config | ||
date | ||
messages | ||
new_year_service | ||
parser | ||
.drone.yml | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
cron.txt | ||
go.mod | ||
go.sum | ||
main.go | ||
verochka.service |
README.md
student-verochka-bot
develop
git clone https://github.com/3crabs/student-verochka-bot student_bot
cd student_bot
go run main.go --token=<TELEGRAM_API_TOKEN> --key=<YANDEX_WEATHER_API_KEY>
deploy
git clone https://github.com/3crabs/student-verochka-bot student_bot
cd student_bot
go build -v -o bin/bot
./bin/bot --token=<TELEGRAM_API_TOKEN> --key=<YANDEX_WEATHER_API_KEY> &