No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Roxie Gibson 75afe20922
Script is finished!
hace 4 años
.gitignore accidently commited log files too hace 4 años
.pylint.rc Initial Commit hace 4 años
.style.yapf Initial Commit hace 4 años
Pipfile Initial Commit hace 4 años
Pipfile.lock Initial Commit hace 4 años
README.md Script is finished! hace 4 años
main.py Script is finished! hace 4 años
requirements.txt Initial Commit hace 4 años
urls.json Script is finished! hace 4 años

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