Initial commit

This commit is contained in:
2022-03-06 01:02:55 +07:00
commit c06ae8317f
14 changed files with 700 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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> &