16 lines
257 B
Markdown
16 lines
257 B
Markdown
# kleinanzeigen-boosted
|
|
|
|
scrape kleinanzeigen.de for listings and allow filtering
|
|
|
|
## Requirements
|
|
|
|
```
|
|
pip install tinydb tqdm beautifulsoup4
|
|
```
|
|
|
|
## Usage
|
|
|
|
### Scrape listings
|
|
Scrape all listings from seller's shop with `python search_kleinanzeigen.py`
|
|
|