forked from Prem-ium/BingRewards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
125 lines (105 loc) · 3.19 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
# 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
# ** Experimental **
# Attemptes to create a new shoping 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
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
# 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=