SYMBOL INDEX (38 symbols across 4 files) FILE: CompanyWise_Leads.py class LinkedIn (line 24) | class LinkedIn: method __init__ (line 26) | def __init__(self): method login (line 33) | def login(self,email,password): method bulkScan (line 71) | def bulkScan(self, profiles): method singleScan (line 81) | def singleScan(self, profile): method saveRecord (line 88) | def saveRecord(self, data): method saveEmail (line 96) | def saveEmail(self, email): method listProfiles (line 104) | def listProfiles(self, company_id, page_no, need_count=False): method getCompanyID (line 143) | def getCompanyID(self, company_link): FILE: LinkedIn Lead Scraper 2024 Edition/LinkedIn_Leads.py class LinkedIn (line 22) | class LinkedIn: method __init__ (line 23) | def __init__(self): method saveData (line 26) | def saveData(self, dataset): method getCompanyID (line 41) | def getCompanyID(self): method paginateResults (line 71) | def paginateResults(self, companyID): FILE: LinkedIn Scraper GUI/LinkedIn_GUI.py function load_config (line 27) | def load_config(): function save_config (line 36) | def save_config(config): class LinkedInScraper (line 41) | class LinkedInScraper: method __init__ (line 42) | def __init__(self, cookie, company_link, pagination_delay, output_call... method saveData (line 53) | def saveData(self, dataset): method getCompanyID (line 70) | def getCompanyID(cls, company_link, error_callback): method paginateResults (line 101) | def paginateResults(self, companyID): method start_scraping (line 163) | def start_scraping(self): class LinkedInScraperGUI (line 170) | class LinkedInScraperGUI(ctk.CTk): method __init__ (line 171) | def __init__(self): method update_facet (line 233) | def update_facet(self, text): method append_output (line 236) | def append_output(self, text): method show_error (line 242) | def show_error(self, message): method start_scraping_thread (line 245) | def start_scraping_thread(self): method run_scraper (line 304) | def run_scraper(self, scraper): FILE: Random_Scraper.py class LinkedIn (line 27) | class LinkedIn: method __init__ (line 29) | def __init__(self): method login (line 36) | def login(self,email,password): method bulkScan (line 74) | def bulkScan(self, profiles): method singleScan (line 84) | def singleScan(self, profile): method saveRecord (line 91) | def saveRecord(self, data): method saveEmail (line 99) | def saveEmail(self, email): method listProfiles (line 107) | def listProfiles(self, company_id, page_no, need_count=False): method getCompanyID (line 140) | def getCompanyID(self, company_link):