summaryrefslogtreecommitdiff
path: root/config.py
blob: 2c4fdbfa8ca79619cdc26fed1e5009ed9a8b025b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

facebook_email = 'XXXX@YYYYY.com'
facebook_password = 'XXXXXX'

OUTPUT_DIR = 'output'

DISTANCE_IN_KM = True

MIN_AGE = 25.0
MAX_AGE = 65.0

MAX_DISTANCE_IN_MI = 10

TARGET_LANGUAGE = 'english'

BLACK_LIST_KEYWORDS = [
    'God is busy'
]

COLOR_RESET = "\033[0m"
COLOR_PASS = "\033[1;31m"
COLOR_LIKE = "\033[1;32m"