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 May 31, 2020. It is now read-only.
Basically, the code pulls the latest updates from the FB group every 20 minutes and populates a big google spreadsheet with anything that has certain keywords + city names in it. The frontend asks for that spreadsheet in JSONP format and displays it in a mobile-friendly way.
It runs on a micro EC2 instance with a SQLite database (went for the cheap-n-easy setup).
The sheets are appended to, so people can manually go in and delete any redundant/spammy entries.
Suggestions welcome, including ways to incorporate FB comments (which aren't currently processed) without making the data too big to download.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/SnacksOnAPlane/prmu (backend code that pushes data to google sheets)
https://github.com/SnacksOnAPlane/prmu-site (frontend code, GH pages hosted site)
This is live and running at https://snacksonaplane.github.io/prmu-site/
Basically, the code pulls the latest updates from the FB group every 20 minutes and populates a big google spreadsheet with anything that has certain keywords + city names in it. The frontend asks for that spreadsheet in JSONP format and displays it in a mobile-friendly way.
It runs on a micro EC2 instance with a SQLite database (went for the cheap-n-easy setup).
The sheets are appended to, so people can manually go in and delete any redundant/spammy entries.
Suggestions welcome, including ways to incorporate FB comments (which aren't currently processed) without making the data too big to download.
The text was updated successfully, but these errors were encountered: