Skip to content

Instantly share code, notes, and snippets.

View zachbf's full-sized avatar

Zach zachbf

View GitHub Profile
@akent
akent / simpleatis.py
Last active May 18, 2023 08:20
Simple ATIS fetching with directly injected request.
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
import logging
from suds.client import Client, HttpAuthenticated
from suds.transport import Transport
NAIPS_LOGIN = 'yourloginhere'
NAIPS_PASS = 'yourpasshere'