Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmstu-schedule/vk-bmstu-schedule-status
Display BMSTU week info in VK chat title
https://github.com/bmstu-schedule/vk-bmstu-schedule-status
bmstu schedule vk
Last synced: about 2 months ago
JSON representation
Display BMSTU week info in VK chat title
- Host: GitHub
- URL: https://github.com/bmstu-schedule/vk-bmstu-schedule-status
- Owner: BMSTU-Schedule
- License: agpl-3.0
- Archived: true
- Created: 2019-05-02T20:48:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T21:21:00.000Z (over 5 years ago)
- Last Synced: 2023-03-11T01:01:17.918Z (over 1 year ago)
- Topics: bmstu, schedule, vk
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vk-bmstu-schedule-status
Display BMSTU week info in VK chat title.## Installation
```shell
go get -u github.com/trubitsyn/vk-bmstu-schedule-status/cmd/vk-bmstu-schedule-status
```## Usage
```
Usage of vk-bmstu-schedule-status:
-chat uint
Chat ID
-login string
VK login
-password string
VK password
-prefix string
Chat title prefix
```## Testing
```shell
go get -t github.com/trubitsyn/vk-bmstu-schedule-status
go test github.com/trubitsyn/vk-bmstu-schedule-status
```## LICENSE
```
vk-bmstu-schedule-status
Copyright (C) 2019 Nikola TrubitsynThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```