now the gooole account used is geneated directly inside the script
This commit is contained in:
parent
f281867537
commit
5deb32ad90
3 changed files with 34 additions and 32 deletions
2
main.py
2
main.py
|
|
@ -175,10 +175,8 @@ def create_and_run_bot(email: str, password: str, parameters: dict, openai_api_k
|
|||
login_component = LinkedInAuthenticator(browser)
|
||||
apply_component = LinkedInJobManager(browser)
|
||||
gpt_answerer_component = GPTAnswerer(openai_api_key)
|
||||
|
||||
with open(parameters['uploads']['plainTextResume'], "r") as file:
|
||||
plain_text_resume_file = file.read()
|
||||
|
||||
resume_object = Resume(plain_text_resume_file)
|
||||
bot = LinkedInBotFacade(login_component, apply_component)
|
||||
bot.set_secrets(email, password)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue