lifeeric / scraper-for-AFZ

agrar-fischerei-zahlungen.de/Suche Scraper

Home Page:https://www.agrar-fischerei-zahlungen.de/Suche

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo.mp4

Getting Started

These instructions will guide you through setting up and running the application.

Prerequisites

  • Python (3.9 or higher)

Installation

You can install the required libraries using either pip or poetry.

Using Pip

Navigate to your project directory and run the following command to install the required libraries using pip:

pip install selenium webdriver-manager

Using Poetry

If you're using Poetry, you can navigate to your project directory and run the following commands:

poetry install

Running the App

Prepare the run by copying the header.csv file to the respective outputfile. Filenames of the output have to be maintained in shell script directly

initialize_header.sh

To run the eric-bot.py script, execute the following command in your terminal:

python3 eric-bot.py post_codes_Germany/inputfile.json scraped-data/outputfile.csv

and it will give you output data in realtime in outputfile.csv

About

agrar-fischerei-zahlungen.de/Suche Scraper

https://www.agrar-fischerei-zahlungen.de/Suche


Languages

Language:Python 98.1%Language:Shell 1.9%