Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Navratan Lal Gupta <[email protected]>
  • Loading branch information
navilg committed Dec 15, 2024
1 parent 2c06fa0 commit 1179144
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Generate year in review from Trakt history

## Steps

0. Install required python modules

```bash
pip install -r requirements.txt
```

1. Make your Trakt profile as public from Trakt's account setting.

2. Create `.env` file from `.env.example` file
Expand All @@ -30,4 +36,7 @@ python generate.py user_id 2024 trakt_client_id

## Screenshots

![](Screenshot.png)
![](Screenshot-1.png)


![](Screenshot-2.png)

0 comments on commit 1179144

Please sign in to comment.