Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baidakovil authored Dec 14, 2023
1 parent 77e41af commit 721913c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ Wildberries marketplace prices monitor with publishing into Google Sheets.
Sample of deployed and real-time running Google Sheets with results: [spreadsheet].

## Features
* Scheduling with `cron trigger`: APScheduler's [doc]
* Scheduling of parsed intervals with power of `cron scheduler`: see in APScheduler's [doc]
* Saving fields: `timestamp`, `link`, `brand name`, `goods name`, `seller`, `id`, `customer price`, `seller price`
* Reading **list of links** from Google Sheet or from file
* Publishing **parsed results** to Google Sheet and to file
* Detailed logging: [sample]

[doc]: https://apscheduler.readthedocs.io/en/stable/modules/triggers/cron.html?highlight=week#apscheduler.triggers.cron.CronTrigger
[spreadsheet]: https://docs.google.com/spreadsheets/d/1wWehURjMgs6n4GlEl9EEvLRQomgIva5awKEYg2nBnvk/edit?usp=sharing
[sample]: /docs/logger_example.png

## Built with

#### Online-services
Expand All @@ -30,14 +26,20 @@ Sample of deployed and real-time running Google Sheets with results: [spreadshee
**[python-dotenv]** - Read key-value pairs from a .env file and set them as envir-t variables **|** *BSD*


[doc]: https://apscheduler.readthedocs.io/en/stable/modules/triggers/cron.html?highlight=week#apscheduler.triggers.cron.CronTrigger
[spreadsheet]: https://docs.google.com/spreadsheets/d/1wWehURjMgs6n4GlEl9EEvLRQomgIva5awKEYg2nBnvk/edit?usp=sharing
[sample]: /docs/logger_example.png

[Wildberries]: https://www.wildberries.ru/
[Google Sheets]: https://google.com/sheets
[Google Cloud APIs and services]: https://console.cloud.google.com/apis/

[pygsheets]: https://github.com/nithinmurali/pygsheets
[python-dotenv]: https://pypi.org/project/python-dotenv/
[APScheduler]: https://apscheduler.readthedocs.io/en/3.x/userguide.html
[Python]: https://www.python.org/
[selenium]: https://pypi.org/project/selenium/
[Wildberries]: https://www.wildberries.ru/
[Google Sheets]: https://google.com/sheets
[Google Cloud APIs and services]: https://console.cloud.google.com/apis/


## Contributing

Expand Down

0 comments on commit 721913c

Please sign in to comment.