Телеграм бот для обучения в АГУ
Go to file
user-penguin 60fbf7c214
continuous-integration/drone/push Build is passing Details
ver. up
2023-03-08 15:46:47 +07:00
commands fix 2023-02-10 15:51:04 +07:00
config add /send_new_year_to_chat 2022-11-26 16:59:35 +07:00
date fix 2023-02-10 15:43:13 +07:00
messages ver. up 2023-03-08 15:43:57 +07:00
new_year_service Initial commit 2022-03-06 01:02:55 +07:00
parser fix 2023-02-10 15:51:04 +07:00
.drone.yml ver. up 2023-03-08 15:46:47 +07:00
.gitignore add server method send_today_lessons_to_chat 2022-09-04 22:48:20 +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 Изменил(а) на 'README.md' 2022-09-04 19:53:37 +07:00
cron.txt add cron.txt 2023-03-08 00:40:16 +07:00
go.mod add verochka.service file 2023-03-08 00:20:44 +07:00
go.sum add verochka.service file 2023-03-08 00:20:44 +07:00
main.go fix 2023-02-10 15:51:04 +07:00
verochka.service add verochka.service file 2023-03-08 00:20:44 +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> &