-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (31 loc) · 1.22 KB
/
Copy path.env.example
File metadata and controls
33 lines (31 loc) · 1.22 KB
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
# Need help? Open an issue:
# https://github.com/totallynotdavid/megaloader/issues
#
# Copy this file to a new .env file and fill in your credentials.
# You can also run:
# > cp .env.example .env
#
# Then replace the placeholders with your actual values.
# All credentials are optional, modules will work without them,
# but content access will be limited.
# === Pixiv ===
# To get your PHPSESSID:
# 1. Log into Pixiv (pixiv.net)
# 2. Open browser developer tools (F12)
# 3. Go to Application > Cookies (https://www.pixiv.net)
# 4. Find the cookie named "PHPSESSID"
# 5. Copy its value (format: 12345678_ABCDEFGHIJKLMNOPQRSTUVWXYZ123456)
# Note: a session token may not unlock all otherwise-public content.
PIXIV_PHPSESSID=
# === Rule34.xxx ===
# To get your API credentials:
# 1. Go to https://rule34.xxx/index.php?page=account&s=home
# 2. Log into your account
# 3. Go to https://rule34.xxx/index.php?page=account&s=options
# 4. Find your User ID and API Key in the API Access Credentials section
# The URL will contain parameters like:
# &api_key=YOUR_API_KEY_HERE&user_id=YOUR_USER_ID_HERE
# Extract the values from these URL parameters
# If your api_key appears empty, click 'Generate New Key'
RULE34_USER_ID=
RULE34_API_KEY=