Please sign in to access this page
A Slack app to keep you up to date with Hackclub's YSWS programs, events and hackathons.
Austin's SDK
Check their projects out: Austin's SDK Portfolio, Terminal Browser, Photo-previewer, Journly, SoM profile view tracker, Lockdown, WikiBeachia
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
MVP Done!!!
The groundwork has been laid, and whilst this is by no means a finished product. It is usable...
This has been an interesting journey, I (stupidly) started off in python, so at some point I'm going to have to translate to Node.js.
The app exposes three slack commands: /ysws filter:[filter] sort:[sort]
, /hackathons filter:[filter] sort:[sort] modality:[modality]
, and /events filter:[filter] sort:[sort] type:[type]
.
Anyway on my todo list is:
-[] Notify the user when new programs arise.
-[] provide details on specific events by slug/id/slack channel
-[] allow the user to sort/filter using dropdown menus.
That's all from me for now,
Happy coding :}
This is my first time creating a RESTful API, I'm using Appwrite for the backend because students get it free (you should sign up).
The aim is a slack bot that notifies the user when new hackathons/ysws programs become available. As well as responding to slash commands like /list-ysws.
Unfortunately I'm constrained by python in developing this due to appwrite's server side function environment. Python is very much different from Swift, my main driver, which is structured and typed.
Anyway, I've got both /list endpoints working. Onto /details and responding to POST.
Happy coding :)