No description
  • Python 95.6%
  • Dockerfile 4.4%
Find a file
2026-05-04 10:36:18 +04:00
kubernetes update for frontend use 2026-04-21 12:18:20 +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 fix: better prompt + change model 2026-01-23 12:17:22 +04:00
__init__.py fix: better prompt + change model 2026-01-23 12:17:22 +04:00
api.Dockerfile update for frontend use 2026-04-21 12:18:20 +04:00
api.py update for frontend use 2026-04-21 12:18:20 +04:00
communities.json add gdg community 2026-05-04 10:34:55 +04:00
description.txt fix: better prompt + change model 2026-01-23 12:17:22 +04:00
ical.vcs Added scraping from cloudnativemauritius.com 2025-03-19 22:02:23 +04:00
job.Dockerfile improve caching dockerfile 2026-05-04 10:36:18 +04:00
job.py add gdg community 2026-05-04 10:34:55 +04:00
location.py dynamic timeout for ollama 2026-01-24 10:35:24 +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
test_location.py fix: better prompt + change model 2026-01-23 12:17:22 +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:{}