Телеграм бот для обучения в АГУ
Go to file
Владимир Фёдоров d2623b44e5 fix lessons message 2023-01-11 02:48:31 +07:00
commands add all_lessons 2023-01-11 02:00:07 +07:00
config add /send_new_year_to_chat 2022-11-26 16:59:35 +07:00
date add all_lessons 2023-01-11 02:00:07 +07:00
messages fix lessons message 2023-01-11 02:48:31 +07:00
new_year_service Initial commit 2022-03-06 01:02:55 +07:00
parser add all_lessons 2023-01-11 02:00:07 +07:00
.drone.yml fix file name 2022-09-04 22:52:33 +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
go.mod add all_lessons 2023-01-11 02:00:07 +07:00
go.sum add all_lessons 2023-01-11 02:00:07 +07:00
main.go add all_lessons 2023-01-11 02:00:07 +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> &