mirror of
https://github.com/xelab04/meetup.mu-scraper.git
synced 2025-12-01 20:02:36 +00:00
No description
| kubernetes | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| api.Dockerfile | ||
| api.py | ||
| communities.json | ||
| ical.vcs | ||
| job.Dockerfile | ||
| job.py | ||
| newcommunitites.json | ||
| README.md | ||
| requirements.txt | ||
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:{}