https://github.com/serpo-dev/brs-urfu-bot
A similar simplier copy of brs-urfu-bot
https://github.com/serpo-dev/brs-urfu-bot
Last synced: about 1 year ago
JSON representation
A similar simplier copy of brs-urfu-bot
- Host: GitHub
- URL: https://github.com/serpo-dev/brs-urfu-bot
- Owner: serpo-dev
- Created: 2023-06-10T10:56:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T13:07:18.000Z (about 3 years ago)
- Last Synced: 2023-08-07T19:18:56.734Z (almost 3 years ago)
- Language: Python
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brs-urfu-bot
Telegram bot to notify about estimates changing. I have made a similar simplier copy of brs urfu bot, because I didn't want to share my username and password data to unknown creator of the popular bot. My bot can refresh much more frequently and also don't require any database.
## Preview
- Example of the notification:

- Example of the json data cache file located in `/cache/cache.json` (this folder and file creates automatically when script is executed):

## Installation
```
pip install -r requirements.txt
```
(required Python 3+)
## .env configuration
```
BOT_TOKEN=
URFU_USERNAME=
URFU_PASSWORD=
// refresh time is in seconds
REFRESH_TIME=10
```
## Usage
Run the command from the root dir:
```
python main.py
```