Clients needed a way to automatically share relevant meetups
for specific cities like Warsaw and Wroclaw without manual
effort. The solution had to:
-Pull meetups from Meetup.com API.
-Schedule, filter, and display events based on city commands.
-Ensure reliability and handle errors gracefully.
We created a simple and reliable solution in Python that handles parsing,
scheduling, and filtering meetups. After receiving the /start command,
the bot connects to the Meetup.com API,
processes the data, and shares relevant events in Telegram channels.
-User inputs like /start and /help trigger the bot.
-Webhooks connect to the Meetup.com API.
-Data flows through a Parser and Scheduler, filtering events
by city and date.
-Meetups are displayed in clean, branded posts tailored for specific cities.