schlorping appointments for you since 2025
- Pull this repo
- Install required version of Ruby as per Gemfile. Use rbenv + ruby-build, mise, etc...
- Either export these env variables on your shell, or create a .env file in the tamandua directory like this:
WEBHOOK_URL=https://discord.com/api/webhooks/channel_id/secret
USER_ID="enable developer settings on discord + right click your username + copy userid"- Automate running init.sh with your favourite tool. It assumes you're using mise, feel free to use your favourite ruby ver manager
- Won't remember previous runs, so you'll get spammed all the time there's a new appointment until it's taken
- Very rigid validations, it'll probably break if they change their format
- No good error handling. Good luck debugging soldier
- uses global variables. ugly. disgusting. ugh. but icba to write something proper
- its written in ruby
