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
| Skrypt bin/inpost_air.py: | |
| ``` | |
| #!/usr/bin/env python | |
| import requests | |
| import sys | |
| import json | |
| url = sys.argv[1] | |
| headers = { 'X-Requested-With': 'XMLHttpRequest' } |