newwwie / newwwie.com

The source for newwwie.com website. The front door to the Newwwie Slack and tech + digital creative community.
https://newwwie.com/
MIT License
15 stars 23 forks source link

An idea for scraping events data from Meetup.com #51

Closed mtranter closed 2 years ago

mtranter commented 2 years ago

Off the back of @neozenith 's idea to publish a static list of events to S3, I thought maybe we could go one simpler.

I've added a script to fetch the events data at build time. I've also added a basic GH Actions script to run this nightly and push the changes back to master

To really work, this script should also auto-deploy the app in its entirety.

ref: https://github.com/newwwie/newwwie.com/issues/50

mtranter commented 2 years ago

Hmm.. Looks like this is hosted by github pages? I guess nothing needs to be done then. Is newwwie.com served from master ? If so, we can just merge this, if we're happy, and it should be all good.

neozenith commented 2 years ago

Yeah it’s all served from master.

neozenith commented 2 years ago

Let’s merge and see how it goes.