Skip to content

Instantly share code, notes, and snippets.

View caguiclajmg's full-sized avatar
boat goes binted

John Mark Gabriel Caguicla caguiclajmg

boat goes binted
  • Hiding in your WiFi
  • 00:54 (UTC +08:00)
View GitHub Profile
@caguiclajmg
caguiclajmg / sa_scrape.py
Last active November 6, 2017 10:42
Scrape data from SchoolAutomate portals
#!/usr/bin/env python3
import requests
import getpass
import html.parser
class LoginFormParser(html.parser.HTMLParser):
def __init__(self):
html.parser.HTMLParser.__init__(self)