Skip to content

Commit

Permalink
add how to define cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
razinc authored Nov 4, 2023
1 parent 95e3d11 commit 9c3fb0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ All credentials are stored in `fpl_credentials.py` using below format. This is r
```python
EMAIL = ""
PASSWORD = ""
COOKIE = """datadome=;pl_profile="""
```

You can view sample outputs of each script in section below.
Expand Down

0 comments on commit 9c3fb0d

Please sign in to comment.