Dashboard Temp Share Shortlinks Frames API

abh - HTMLify profile

files of /abh/fau/

ticket.py /abh/fau/ticket.py
568 Views
4 Comments
from requests import get, post

def get_token():
r = get("https://helpdesk.agrauniv.online/Home/NewTicket")
html = r