You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roxie Gibson 75afe20922
Script is finished!
преди 4 години
.gitignore accidently commited log files too преди 4 години
.pylint.rc Initial Commit преди 4 години
.style.yapf Initial Commit преди 4 години
Pipfile Initial Commit преди 4 години
Pipfile.lock Initial Commit преди 4 години
README.md Script is finished! преди 4 години
main.py Script is finished! преди 4 години
requirements.txt Initial Commit преди 4 години
urls.json Script is finished! преди 4 години

README.md

Landbot.io scraper

Script to scrape a number of landbot.io chat bot messages. This keeps intact choices, dialogue blocks, and image and youtube links.

Installation

Installation requires Python 3.6+, pip, and venv

Also requires Firefox and the Gecko drivers for selenium to interact with Firefox.

git clone REPO_URL
cd landbot_scrape
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt

Running

Add all required urls to scrape to the json file urls.json

To run the script, make sure you are source’d into the virtual env, then run

python3 main.py