Go to file
henningxtro 26ba21156a
BETTERZON-58 (#53)
* BETTERZON-58: Basic Functionality with scrapy

* Added independent crawler function, yielding price

* moved logic to amazon.py

* .

* moved scrapy files to unused folder

* Added basic amazon crawler using beautifulsoup4

* Connected Api to Crawler

* Fixed string concatenation for sql statement in getProductLinksForProduct

* BETTERZON-58: Fixing SQL insert

* BETTERZON-58: Adding access key verification

* BETTERZON-58: Fixing API endpoint of the crawler
- The list of products in the API request was treated like a string and henceforth, only the first product has been crawled

* Added another selector for price on amazon (does not work for books)

Co-authored-by: root <root@DESKTOP-ARBPL82.localdomain>
Co-authored-by: Patrick Müller <patrick@mueller-patrick.tech>
Co-authored-by: Patrick <50352812+Mueller-Patrick@users.noreply.github.com>
2021-05-19 00:46:14 +02:00
.idea BETTERZON-57: Adding utility sql functions 2021-04-13 21:10:02 +02:00
Backend BETTERZON-95: Adding API endpoint for getting, inserting and updating contact persons (#52) 2021-05-18 21:14:00 +02:00
Crawler BETTERZON-58 (#53) 2021-05-19 00:46:14 +02:00
Crawler-Loadbalancer BETTERZON-56: Adding crawler load-balancing script (#28) 2021-04-14 18:52:22 +02:00
CucumberTests BETTERZON-99: Adding some basic cucumber tests (#45) 2021-05-13 16:42:55 +02:00
doku Merge branch 'develop' of https://github.com/Mueller-Patrick/Betterzon into develop 2021-04-17 12:04:08 +02:00
Frontend BETTERZON-89: Refactoring / Reformatting and adding unit tests (#41) 2021-05-10 20:11:45 +02:00
.gitignore BETTERZON-83: FE unit testing (#35) 2021-05-02 15:58:47 +02:00
README.md Adding Codacy code quality badge to README 2021-05-07 09:20:53 +02:00