Skip to content

honeybadger26/editor_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

editor_scraper

Instructions

  1. Requires Python 3.9
  2. Install requests and beautifulsoup4 for Python
pip install -r requirements.txt

Alternatively use Python virtual environment:

python -m venv env
source env/bin/activate
pip install -r requirements.txt
  1. Run
python app.py

Notes

Run tests

python -m unittest tests -b

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages