No description
Find a file
2025-09-03 09:44:18 +04:00
kubernetes add env to api 2025-09-02 18:52:18 +04:00
.dockerignore complete rewrite 2025-09-02 16:09:26 +04:00
.env.example add split scrapers 2025-04-18 11:36:36 +04:00
.gitignore Woah, env variables 2025-03-18 13:03:37 +04:00
api.Dockerfile nonroot images 2025-09-03 09:44:18 +04:00
api.py add env to api 2025-09-02 18:52:18 +04:00
communities.json fix pydata url 2025-07-03 22:14:31 +04:00
ical.vcs Added scraping from cloudnativemauritius.com 2025-03-19 22:02:23 +04:00
job.Dockerfile nonroot images 2025-09-03 09:44:18 +04:00
job.py move cronjob to own file and docker 2025-09-02 18:35:45 +04:00
newcommunitites.json add split scrapers 2025-04-18 11:36:36 +04:00
README.md add ez resync 2025-09-02 18:41:09 +04:00
requirements.txt replace flask with gunicorn 2025-09-03 09:41:36 +04:00

Meetup.mu Scraper

Small utility to make my life easier (supposedly). It fetches events from meetup.com for a few community groups (MSCC, Laravel, NUGM, PYMUG) and throws the details into a database for meetup.mu to read from. So that I don't have to update events manually.

ToDo

Nothing left to be done, this is pretty complete!

Deploy

docker build . -f job.Dockerfile -t registry.alexbissessur.dev/meetup-scraper:{} && docker push registry.alexbissessur.dev/meetup-scraper:{}

docker build . -f api.Dockerfile -t registry.alexbissessur.dev/meetup-scraper-api:{} && docker push registry.alexbissessur.dev/meetup-scraper-api:{}