Телеграм бот для обучения в АГУ
Go to file
Владимир Фёдоров 5fb725be3f add config 2022-04-25 01:13:49 +07:00
commands Initial commit 2022-03-06 01:02:55 +07:00
config Initial commit 2022-03-06 01:02:55 +07:00
date Initial commit 2022-03-06 01:02:55 +07:00
messages up version 2022-04-25 01:08:02 +07:00
new_year_service Initial commit 2022-03-06 01:02:55 +07:00
parser Initial commit 2022-03-06 01:02:55 +07:00
.drone.yml add config 2022-04-25 01:13:49 +07:00
.gitignore update keys 2022-04-25 00:46:48 +07:00
LICENSE Initial commit 2022-03-06 01:02:55 +07:00
Makefile add Makefile 2022-03-06 01:27:24 +07:00
README.md Initial commit 2022-03-06 01:02:55 +07:00
go.mod Initial commit 2022-03-06 01:02:55 +07:00
go.sum Initial commit 2022-03-06 01:02:55 +07:00
main.go update keys 2022-04-25 00:46:48 +07:00

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> &