No description
  • Python 95.6%
  • Dockerfile 4.4%
Find a file
2026-01-24 10:38:26 +04:00
kubernetes dynamic timeout for ollama 2026-01-24 10:35:24 +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 nonroot images 2025-09-03 09:44:18 +04:00
api.py swap to granite model 2025-12-09 09:19:39 +04:00
communities.json fix pydata url 2025-07-03 22:14:31 +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 nonroot images 2025-09-03 09:44:18 +04:00
job.py add logging in more real time 2026-01-24 10:38:26 +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:{}