https://github.com/daniilty/dpd-tracking
https://github.com/daniilty/dpd-tracking
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniilty/dpd-tracking
- Owner: daniilty
- Created: 2021-05-01T11:07:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T07:51:37.000Z (about 5 years ago)
- Last Synced: 2025-01-26T01:20:30.747Z (over 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dpd tracking info parser
Install all required dependencies:
```bash
$ sh pre-install.sh
```
Set your tracking number in config
```bash
$ [vim,nano,etc...] config.json
```
```json
{
"url": "https://www.dpd.ru/ols/trace2/standard.do2?method:search=",
"tracking_numbers": [
"RU12345...",
"RU67890..."
]
}
```
Run your program
```bash
$ ruby dpd.rb
```