Please sign in to access this page

Online Events Scraper

Online Events Scraper Used AI

5 devlogs
2h 12m
Created by CloudyHacker

A Python-based CLI tool that scrapes and lists upcoming events such as hackathons, competitions, and workshops from platforms like Devfolio and Reskill.
Ideal for developers, students, and tech enthusiasts looking for new opportunities in the tech space.

Timeline

Ship 1

0 payouts of shell 0 shells

CloudyHacker

about 2 months ago

CloudyHacker Covers 5 devlogs and 2h 12m

Scraping Script for Devfolio site added to fetch info about hackathons and events, this will help students get aware of events running on different platform at single place

Update attachment

html page + flask setup done, just needed to add some tweaks for proper site function

Update attachment

now user can also download csv file of complete events list

Update attachment

fixed the bug of unwanted request call on site while scraping + result appears in more clean way

Update attachment

added live and upcoming events filter logic.
Now user will be presented only certain events (many more logic rep. are undergoing)

Update attachment