Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 457 Bytes

File metadata and controls

19 lines (14 loc) · 457 Bytes

Web Scraping Tools for No Hungry Kid

What Is This?

This is a Python webscraper to help https://www.nokidhungry.org keep resources upto date.

How To Use This

Python Version 3.7.6

  1. Add GOOGLE_KEY, ALGOLIA_KEY and ALGOLIA_APP_ID to .env in root folder
  2. Run pip install -r requirements.txt to install dependencies
  3. Run python app.py [-e EXT]

Testing

Testing to be added