Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allendema/beauty_reichelt
Scrapes reichelt.de for products. With BeautifulSoup.
https://github.com/allendema/beauty_reichelt
beautifulsoup bs4 e-commerce python reichelt requests scraper scraping
Last synced: 8 days ago
JSON representation
Scrapes reichelt.de for products. With BeautifulSoup.
- Host: GitHub
- URL: https://github.com/allendema/beauty_reichelt
- Owner: allendema
- License: gpl-3.0
- Created: 2021-03-27T17:41:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T18:15:43.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T02:34:41.580Z (2 months ago)
- Topics: beautifulsoup, bs4, e-commerce, python, reichelt, requests, scraper, scraping
- Language: Python
- Homepage:
- Size: 298 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beauty_reichelt
Scrapes reichelt.de for products. With BeautifulSoup.# Search for ~110.000 articles right from your Terminal.
## Saving this locally
```bash
$ git clone https://github.com/allendema/beauty_reichelt.git
$ pip3 install -r requirements.txt
```## Run it
```bash
$ cd beauty_reichelt # Changing to this directory.
$ chmod +x beauty_reichelt.py # Make the script executable.
$ ./beauty_reichelt.py # Running the script.
```# Usage
Try to detail your query.This tool is used to fastly check for Prices, Time of Shipping and Product Descriptions.
## Results when looking for products
![Reulsts](https://github.com/allendema/beauty_reichelt/raw/main/example.png)
## Heads Up
Made by exploring Python. Use at own risk.Allen 2021
[![License: GPL 3.0](https://img.shields.io/github/license/allendema/beauty_reichelt)](https://github.com/allendema/beauty_reichelt/blob/main/LICENSE)
[![github commits](https://img.shields.io/github/last-commit/allendema/beauty_reichelt)](https://github.com/allendema/beauty_reichelt/commits/main)
[![Lines of Code](https://img.shields.io/tokei/lines/github/allendema/beauty_reichelt?style=flat-square)](https://github.com/allendema/beauty_reichelt/blob/main/beauty_reichelt.py)