Skip to content

Python script that screen scrapes your Amazon Prime Video viewing/watch history and puts it in a CSV file.

Notifications You must be signed in to change notification settings

gitzain/prime-video-history-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prime-video-history-to-csv

Python script that screen scrapes your Amazon Prime Video viewing/watch history and puts it in a CSV file.

Table of content

Motivation

I wanted to programmatically grab my Amazon Prime Video viewing/watch history because ultimately i want to update my trakt account.

Installation & Usage

Installation

  1. Download the contents of this repository. You can do this by clicking "Code" > "Download ZIP".
  2. Unzip the contents of the ZIP file.
  3. You'll need to know how to run a python program/script on your OS. For mac/linux, open up a terminal window and navigate to the folder you just unzipped in step 2 using the "CD" command.
  4. You'll need to install the pre-requistes. You can do this by:
pip install -r requirements.txt
  1. You're ready to run the script.

Usage

To get all your history:

python prime-video-history-to-csv.py --username <Replace this with your amazon username here> --password <Replace this with your amazon password>

To get only the last 7 days of your history:

python prime-video-history-to-csv.py --username <Replace this with your amazon username here> --password <Replace this with your amazon password> --history 7 

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Added some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

07/06/22: v1 published to github.

Credits

License

See the LICENSE file in this project's directory.

About

Python script that screen scrapes your Amazon Prime Video viewing/watch history and puts it in a CSV file.

Topics

Resources

Stars

Watchers

Forks

Languages