A Python first attempt to scrap netflix titles and links to the actual streaming (within netflix).
Work in progress as I am using this excuse to learn. Right now, using your own netflix credentials, scraps the first page of "my list".
Git clone this to your local computer and it should be good to go.
Use the test.py file and pass the username, password, country_code and country_iso_code
Check out the test.py file. E-mail any specific questions to the.basty@gmail.com
| __Functions__ | __Return Data Type__ | __Description__ |
|---|---|---|
| get_list_titles_with_links | dictionary | Returns a dictionary with key:value, where key is the title and value the url |