This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
.env.example
153 lines (128 loc) · 3.9 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Required .env variables:
# Comma delimited, remove quotes if using a single account
LOGIN="EMAIL:PASSWORD,ANOTHER_EMAIL:ANOTHER_PASSWORD,EMAIL2:PASSWORD2"
# If you open up the Bing homepage in incognito mode and click the "Sign In" button.
# Should take you to the login page, where you can copy the URL and assign it to the URL env variable.
URL="https://login.live.com/login.srf?{QUERY}"
# ----------------------------------------------------------------------------------------------------------
# Optional .env variables:
# Set WebDriver Download Manager status to on
# Default: True
# Values: True | False
HANDLE_DRIVER=True
# ** Experimental **
# Set the browser the bot will use.
# Not used in Docker
# HANDLE_DRIVER must be True
# Default: 'chrome'
# Values: 'chrome' | 'edge' | 'firefox'
BROWSER='chrome'
# Whether the program will run in headless mode [no ui]
# Default: False
# Values: True | False
HEADLESS=False
# Whether the program will run multiple threads to run all accounts or not
# Default: False
# Values: True | False
MULTITHREADING=False
# How long to wait before performing searches
# Values: Any valid integer
DELAY_SEARCH=10
# Configure Apprise URL Alerts
# Full list of available URLs
# https://github.com/caronc/apprise/wiki
# Default:
# Values: Any Apprise URL
APPRISE_ALERTS=
# Auto-Redeem rewards
# Default: False
# Values: True | False
AUTO_REDEEM=False
# Set the goal automatically
# Default: 'amazon.com'
# Values: 'amazon.com' | 'hulu' | 'walmart'
GOAL='amazon.com'
# Whether the bot should automate punchcards
# Default: False
# Values: True | False
AUTOMATE_PUNCHCARD=False
# Option to skip the Movie & TV punchcards
# Default: False
# Values: True | False
SKIP_MOVIES_AND_TV_PUNCHCARD=False
# ** Experimental **
# Attempts to create a new shopping feature
#
# No contributing developer has access to this method
# of points to verify/debug functionality
# Default: False
# Values: True | False
SHOPPING=False
# Sets the currency symbol or name
# Plan to add more as more users provide information on their local conversion rates.
# Default: USD
# Values: $ | USD | € | EURO | INR | ₹
CURRENCY=USD
# Name of the instance of the bot
# Default: 'Bing Rewards Automation'
# Values: Any String, single-quoted if name contains spaces or special characters
BOT_NAME='Bing Rewards Automation'
# Sets the timezone for the bot
# Default: 'America/New_York'
# Values: Any valid IANA timezone (https://www.iana.org/time-zones)
TZ='America/New_York'
# Enables / Disables the timer functionality
# Default: False
# Values: True | False
TIMER=False
# What time the bot will function
#
# Use 1-24 to set time, such as 4 being 4:00AM, 13 being 1:00PM
# Default:
# START_TIME: 4
# END_TIME: 19
# Values: 1-24
START_TIME=4
END_TIME=19
# Whether you want to use a flask server to prevent the program
# from dying
#
# Default: False
# Values: True | False
KEEP_ALIVE=False
# Amount of points per search rewards in your country.
# Optional
# US accounts earn 5 points, so the default is set to 5.
# INDIAN accounts earn 3 points
#
# Default: 5
# Values: 1-5
POINTS_PER_SEARCH=
# Your desired external IPv4 Address
# Optional
# If you do not want to check your external IPv4 address
# is the same as your desired IPv4 address
# Default:
# Values: Any valid IPv4 Address
WANTED_IPV4=
# Your desired external IPv6 Address
# Optional
# If you do not want to check your external IPv6 address
# is the same as your desired IPv6 address
# Default:
# Values: Any valid IPv6 Address
WANTED_IPV6=
# Configure a HTTP(S) or SOCKS5 proxy through which all of the bot's traffic will go
# Default:
# Values: Any valid URI format proxy (e.g., https://1.2.3.4:5678)
PROXY=
# Enable detailed logging with stack traces,
# by default failed activity will still show us
# Default: False
# Values: True | False
DEBUGGING=
# Complete Daily Set
# Default: True
# Values: True | False
# Some countries do not have a daily set for example India
DAILY_SET=