mirror of
https://github.com/xelab04/meetup.mu-scraper.git
synced 2026-01-26 23:24:04 +00:00
No description
- Python 95.6%
- Dockerfile 4.4%
| kubernetes | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| __init__.py | ||
| api.Dockerfile | ||
| api.py | ||
| communities.json | ||
| description.txt | ||
| ical.vcs | ||
| job.Dockerfile | ||
| job.py | ||
| location.py | ||
| newcommunitites.json | ||
| README.md | ||
| requirements.txt | ||
| test_location.py | ||
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:{}