Releases: DragonNP/RussianPostTracking
Pre-Release v1.0.1
A release worth paying attention to
The following functions are implemented:
- Tracking a parcel via a track number
- Ability to add/remove a track number to tracking
- Automatic verification of the track number (at 10:00 UTC+3)
- The history of the track number is stored in the database, and is updated every day.
Basically, auto-updating of track numbers has been fixed since the last release
Command to run:
python3 main.py RPT_LOGIN=(login from tracking.pochta.ru) RPT_PASSWORD= (password from tracking.pochta.ru) TELEGRAM_API=(bot api from t.me/botfather) LOGGER_LEVEL=(INFO or DEBUG or nothing)
Pre-Release v1.0
The first, workable pre-release
The following functions are implemented:
- Tracking a parcel via a track number
- Ability to add/remove a track number to tracking
- Automatic verification of the track number (at 10:00 UTC+3)
- The history of the track number is stored in the database, and is updated every day.
Command to run:
python3 main.py RPT_LOGIN=(login from tracking.pochta.ru) RPT_PASSWORD= (password from tracking.pochta.ru) TELEGRAM_API=(bot api from t.me/botfather) LOGGER_LEVEL=(INFO or DEBUG or nothing)
Pre-Release v1.0.2
The following functions are implemented:
- Tracking a parcel via a track number
- Ability to add/remove a track number to tracking
- Automatic verification of the track number (at 07:00)
- The history of the track number is stored in the database, and is updated every day.
New function:
- Display of declared value.
Small changes:
- New format for mass (e.g. 1 кг., 1,56 кг., 32 гр.)
- Edited logging in main file.
Command to run:
python3 main.py RPT_LOGIN=(login from tracking.pochta.ru) RPT_PASSWORD= (password from tracking.pochta.ru) TELEGRAM_API=(bot api from t.me/botfather) LOGGER_LEVEL=(INFO or DEBUG or nothing)