forked from cecobask/imdb-trakt-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
53 lines (52 loc) · 2.42 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#
#
# ALL ENVIRONMENT VARIABLES ARE REQUIRED.
# DO NOT LEAVE ANY VARIABLES EMPTY/UNDEFINED.
# PUSHING AN .ENV FILE TO GITHUB WILL EXPOSE YOUR CREDENTIALS PUBLICLY.
# THIS WILL RENDER YOUR IMDB/TRAKT ACCOUNTS HACKED IF A MALICIOUS USER FINDS THE CREDENTIALS.
# IF USING GITHUB REPOSITORY SECRETS, AN .ENV FILE IS NOT REQUIRED.
#
#
#
# IMDB_COOKIE_AT_MAIN
# Retrieve the `at-main` cookie by logging into your IMDb account and inspecting the cookies using your favourite web browser.
# name: at-main | domain: .imdb.com
IMDB_COOKIE_AT_MAIN=BIEW0B|IwEAtzavXGbr7wSDlKMjWMvCqYXAiwoKATBe5--Q2IPEhhxQNFLrW_SfHeqFw9et-J7cgdnErgCQpEv_3GJeYD6V8nTnzlxNHSjQUFxsU9kUrg1442gbcjfFk21rYeXWy1xx0yjjBXNd50u-UJhtk_laxkOU7_pBMCEE5CFC9LGNZGiZnV7XcHgI6EMTyEm9w0HsWHQoUyn6WeeN_3_hB_TI-KA5Qcbv6Zm7Z9myueZd9Z0UAn8O_AB0WoIxgIVdK13P0
#
# IMDB_COOKIE_UBID_MAIN
# Retrieve the `ubid-main` cookie by logging into your IMDb account and inspecting the cookies using your favourite web browser.
# (name: ubid-main | domain: .imdb.com)
IMDB_COOKIE_UBID_MAIN=133-3657396-5532224
#
# IMDB_LIST_IDS
# Comma separated list of IMDb lists that you want synced to Trakt.
# In order to get the id of an IMDb list, open your list in a browser and you will find the id in the URL with this format `ls#########`.
# If you set the value to `all` all your IMDb lists will be synced to Trakt.
# Keep in mind the maximum number of lists you can have in Trakt: https://twitter.com/trakt/status/1536751362943332352
# example: ls517879007,ls084017844,ls093412639
IMDB_LIST_IDS=all
#
# IMDB_USER_ID
# In order to get your IMDb user id, you will need to be logged in.
# The user id can be found within the URL when you have your profile/watchlist/ratings/lists opened in a browser.
# If you set the value to `scrape` your user id will be scraped from the web.
# example: ur90652269
IMDB_USER_ID=scrape
#
# TRAKT_CLIENT_ID
# Client id of your Trakt API application.
# More info in the README file: https://github.com/cecobask/imdb-trakt-sync/blob/main/README.md
TRAKT_CLIENT_ID=9b36d8c0db59eff5038aea7a417d73e69aea75b41aac771816d2ef1b3109cc2f
#
# TRAKT_CLIENT_SECRET
# Client secret of your Trakt API application.
# More info in the README file: https://github.com/cecobask/imdb-trakt-sync/blob/main/README.md
TRAKT_CLIENT_SECRET=f5038aeac0db59ef417dcc2f9aea75b737a9b36d8e66d2ef1b310941aac77181
#
# TRAKT_USERNAME
# Trakt username (not email).
TRAKT_USERNAME=username
#
# TRAKT_PASSWORD
# Trakt password.
TRAKT_PASSWORD=password