Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Roxie Gibson 75afe20922
Script is finished!
il y a 4 ans
.gitignore accidently commited log files too il y a 4 ans
.pylint.rc Initial Commit il y a 4 ans
.style.yapf Initial Commit il y a 4 ans
Pipfile Initial Commit il y a 4 ans
Pipfile.lock Initial Commit il y a 4 ans
README.md Script is finished! il y a 4 ans
main.py Script is finished! il y a 4 ans
requirements.txt Initial Commit il y a 4 ans
urls.json Script is finished! il y a 4 ans

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