You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
We have the ability to scrape for all penn FB members. To do this:
Modify the GetPennMembersJob to check if the member is already in the table before adding.
Import a scraped version of the penn_fb_members table as a starting point
Set the GetPennMembersJob to run at weird times cause it takes a while, thinking like 5am or something, might need to run more frequently during NSO times
add a validator when creating an account to check if their facebook ID is in that table
if so, add them
if not, give an error message directing them to join this page to show they actually go here.
The text was updated successfully, but these errors were encountered:
We have the ability to scrape for all penn FB members. To do this:
GetPennMembersJob
to check if the member is already in the table before adding.penn_fb_members
table as a starting pointGetPennMembersJob
to run at weird times cause it takes a while, thinking like 5am or something, might need to run more frequently during NSO timesThe text was updated successfully, but these errors were encountered: