▲ | ravenstine 2 days ago | |
I got tired of mine in the sense that I want to stop improving upon it and not worry about writing it such that others may use it one day. The project is basically a script that scrapes events from various Eventbrite organizers and Meetup groups I am interested in, filters them down by a variety of parameters, and writes them out to ICS files that Proton Calendar can read from. Its been an interesting project because it really reveals how much detritis these sites throw at you in spite of your preferences, and it has helped me basically have something to do with my evenings no matter the day of the week. What I'm tired of is trying to make it flexible so I can open source it. Screw that! As soon as I gave up on flexibility, the number of lines of code dropped significantly. I occasionally update the code when I discover something new that I want to filter by, but otherwise it can now just exist and I can just run it manually every so often. |