Skip to content

Adding Clubs and Groups to the Scrape Job

Ian edited this page Mar 22, 2017 · 1 revision

Just add the group's info to this file:

https://github.com/Advanced-Software-Engineering-Project/events-calendar/blob/master/scraper/data/pages_data_3.json

Make sure to add the three fields (group_name, group_id, group_url) as a correctly-formatted json object:

{
  "group_id": 290681557712898,
  "group_url": "https://www.facebook.com/columbiaturath/",
  "group_name": "CU Turath"
},