This project was originally developed as part of my Python bootcamp summer course at CCT College.
• I was required to develop a Python program that:
• Gets information from the user
• Save the data in the a .txt file (or csv, as appropriate) with an appropriate name and the date downloaded in the form month-day-year.
• Uses a web API of your choice to log in and upload some data:
- For example, i could choose to log in to Gmail and send an email, or alternatively the attachment to an email.
- I could also use the Spotify API to make the input song into a playlist.
- These were examples, I could use whichever I'd want!
• Once the data is uploaded successfully, the file is renamed (using year-month-day) and moved into a folder called “logs”.