mirror of
https://github.com/vysecurity/LinkedInt.git
synced 2025-12-06 08:52:29 +01:00
move earlier
This commit is contained in:
parent
14c50a95ad
commit
a01e0601b2
1 changed files with 1 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ import string
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|
||||||
|
baseDir = os.path.dirname(os.path.realpath(sys.argv[0])) + os.path.sep
|
||||||
|
|
||||||
""" Setup Argument Parameters """
|
""" Setup Argument Parameters """
|
||||||
parser = argparse.ArgumentParser(description='Discovery LinkedIn')
|
parser = argparse.ArgumentParser(description='Discovery LinkedIn')
|
||||||
|
|
@ -39,7 +40,6 @@ api_key = config.get('API_KEYS', 'hunter')
|
||||||
username = config.get('CREDS', 'linkedin_username')
|
username = config.get('CREDS', 'linkedin_username')
|
||||||
password = config.get('CREDS', 'linkedin_password')
|
password = config.get('CREDS', 'linkedin_password')
|
||||||
|
|
||||||
baseDir = os.path.dirname(os.path.realpath(sys.argv[0])) + os.path.sep
|
|
||||||
|
|
||||||
def getCookies(cookie_jar, domain):
|
def getCookies(cookie_jar, domain):
|
||||||
cookie_dict = cookie_jar.get_dict(domain=domain)
|
cookie_dict = cookie_jar.get_dict(domain=domain)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue