2

I want to be able to get a list of all the courses that i have registered for in Udacity.com. Is there a way that I can write a POST request in python to login to my account and then go to my dashboard in udacity and get a list of all the courses that I am taking ?

1 Answers1

1

Please check the answer to this question, I think it can help you out. How to use Python to login to a webpage and retrieve cookies for later usage?.

You can also see the udacity API documentation. https://s3.amazonaws.com/content.udacity-data.com/techdocs/UdacityCourseCatalogAPIDocumentation-v0.pdf

I am sure you can write a few lines of code to scrape the data you need using the information from the above two links

Community
  • 1
  • 1
Nitin Kashyap
  • 184
  • 1
  • 1
  • 13