Right now, the Mongo connection is hard-coded to use a DB named "event_scrape" and a collection called "stories". This is fine if people are using the OEDA scraper, but doesn't work for people using their own databases.
Change here and line following to get a DB and collection from the config file.
Right now, the Mongo connection is hard-coded to use a DB named "event_scrape" and a collection called "stories". This is fine if people are using the OEDA scraper, but doesn't work for people using their own databases.
Change here and line following to get a DB and collection from the config file.