Python Forum

Full Version: Downloading CSV from a website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I ran into a few issues when dealing with Python and CSV files.
1. How do I automatically login to a website?
2. How do I automatically export a CSV file from the website
- The CSV file downloads onto my computer
- I need an updated CSV file whenever I alter my data
3. And how do I put the CSV file onto Python
I've been trying to log onto GarminConnect, to upload my activities in the CSV file, and keep running into issues either in the code itself, or the websites HTML code.

Please help!