Skip to content

Instantly share code, notes, and snippets.

View Naoto-Ida's full-sized avatar
🐞
Learning Rust atm

Naoto Ida Naoto-Ida

🐞
Learning Rust atm
View GitHub Profile
@Naoto-Ida
Naoto-Ida / buergerbot.rb
Created May 28, 2021 12:29 — forked from xuio/buergerbot.rb
Bürgerbot: Refreshes the Berlin Bürgeramt page until an appointment becomes available, then notifies you via Telegram
#!/usr/bin/env ruby
require 'watir-webdriver'
require 'telegram/bot'
Telegram.bots_config = {
default: '<Telegram Bot token>',
}
Telegram.bot.get_updates