You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
535 B
18 lines
535 B
from getpass import getpass |
|
|
|
def set_pwd(_pwd=None): |
|
global pwd |
|
if _pwd == None: |
|
_pwd = getpass('Lösenord för Arango-användaren:') |
|
pwd = _pwd |
|
|
|
# Info för arangodb |
|
user_arango = "Lasse" |
|
db_arango = "facebook" |
|
host_arango = 'http://192.168.1.10' |
|
port_arango = '8529' |
|
|
|
# Andra uppgifter |
|
url_bas = "https://mbasic.facebook.com" |
|
user_agent = "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1" |
|
mullvad = '8155249667566524' |