Utility script to update database entries from PLPR-Scraper with their respective agenda topics from topscraper.
pip install -r requirements.txt
e.g:
main.py --tops_path=data/tops.json --session_path=data/out.json --classes_path=data/classes.json --db_url=<DB_url>
- tops_path = Tops scraped via Topscraper
- session_path = Tops scraped via Agendascraper
- classes_path = classified tops like from data/classes.json
- db_url = SQLIte or Postgres database with schema from Pretty Session Protocols