This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import requests | |
import sys | |
from datetime import datetime | |
import re | |
tag_re = re.compile(r'(<!--.*?-->|<[^>]*>)') | |
name = "" # change this | |
code = "" | |
def get_room_code(s): |