This commit is contained in:
yyhh91 2021-06-10 13:13:47 +08:00 committed by GitHub
commit 71cfa3be92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
LinkedInt.cfg
*.html
*.csv

View file

@ -1,7 +1,6 @@
[API_KEYS]
hunter =
hunter = ""
[CREDS]
linkedin_username =
linkedin_password =
linkedin_password =

View file

@ -223,7 +223,7 @@ def get_search():
data_picture = ""
data_slug = repr(data_slug.encode("utf-8")).replace("\\x","%").replace("b","",1).replace("'","")
parts = data_lastname.split()
name = data_firstname + " " + data_lastname
@ -332,7 +332,7 @@ def authenticate():
if __name__ == '__main__':
print("")
a = open(baseDir + "banner.txt","r")
a = open(baseDir + "banner.txt","r", encoding="utf-8")
print(a.read())
a.close()
print("")