A Scraper to scrape http://www.haodoo.net
- A command-line tool to scrape haodoo.
- Flask Web application to search/display scraped data.
- Python 3
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m haodooscraper.scraper
python wsgi/application