-
Notifications
You must be signed in to change notification settings - Fork 0
/
CourseRobber.py
22 lines (16 loc) · 1.11 KB
/
CourseRobber.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import re
import time
from bs4 import BeautifulSoup
from dean import Dean
def banner():
print(''' /$$$$$$ /$$$$$$$ /$$ /$$
/$$__ $$ | $$__ $$ | $$ | $$
| $$ \__/ /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$ | $$ \ $$ /$$$$$$ | $$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$
| $$ /$$__ $$| $$ | $$ /$$__ $$ /$$_____/ /$$__ $$| $$$$$$$/ /$$__ $$| $$__ $$| $$__ $$ /$$__ $$ /$$__ $$
| $$ | $$ \ $$| $$ | $$| $$ \__/| $$$$$$ | $$$$$$$$| $$__ $$| $$ \ $$| $$ \ $$| $$ \ $$| $$$$$$$$| $$ \__/
| $$ $$| $$ | $$| $$ | $$| $$ \____ $$| $$_____/| $$ \ $$| $$ | $$| $$ | $$| $$ | $$| $$_____/| $$
| $$$$$$/| $$$$$$/| $$$$$$/| $$ /$$$$$$$/| $$$$$$$| $$ | $$| $$$$$$/| $$$$$$$/| $$$$$$$/| $$$$$$$| $$
\______/ \______/ \______/ |__/ |_______/ \_______/|__/ |__/ \______/ |_______/ |_______/ \_______/|__/ ''')
session = Dean().dean_session
print(session.cookies)
banner()