Search found 1 match

Tue Aug 29, 2023 12:26 pm
Replies: 3
Views: 31696

Re: Uploading from requests library in python

I use `requests` and `dotenv`. https://github.com/takano32/wigle-tools/ #!/usr/bin/env python3 # import os from sys import argv import requests from dotenv import load_dotenv from requests.auth import HTTPBasicAuth dotenv_path = os.path.join(os.path.dirname(__file__), ".env") load_dotenv(d...

Go to advanced search