wodsuz / EasyApplyJobsBot

A python bot to automatically apply all Linkedin,Glassdoor, etc Easy Apply jobs based on your preferences. Auto login, auto fill additional questions, apply automatically!
https://www.automated-bots.com/
Other
424 stars 141 forks source link

how to get access to pro features? #22

Closed JamesTsetsekas closed 9 months ago

JamesTsetsekas commented 1 year ago

how to get access to pro features?

keeano92 commented 1 year ago

@JamesTsetsekas I don't see in the code anywhere where an API call is being made for a pro-like feature system. If you look over the data it is already outputting the data you need into a txt file but it's not being separated. I re-wrote the logic to output to a CSV file for me for all that it couldn't apply. I would think there are plans to expand this bot to openai as @wodsuz mentioned but it is not integrated into this branch or any others...I have been using openai as well but don't see it as a great tool to try and answer questions for individuals because it does not speak on behalf of people and if asked a question like "How many years of experience do you have with Python?" it would answer

As an artificial intelligence, I do not have personal experience or physical capabilities. I am a language model trained to generate human-like text based on the input I receive. My training data consists of a large dataset of text from a variety of sources, including books, articles, and websites. This allows me to generate responses to a wide range of questions and prompts on a variety of topics.

I do not have the ability to perform tasks or have personal experiences. I exist solely to provide information and assist with generating text. If you have any questions about a specific topic or need help with a particular task, I would be happy to try to assist you to the best of my ability. Please let me know if there is anything else I can help with.

Rasa bot would be better but you could use RegEx to express certain responses, if it asks for "Years of Experience" simply always put at least 3, 5, or 6, etc ...personal preference there. However, I am noticing individuals are asking some very verbose questions. So the CSV method works great for me.

wodsuz commented 9 months ago

Soon we will release Pro version on our site - https://www.automated-bots.com/ For additional questions the bot will read from additionalQuestions.yaml file. User must enter values since AI is not very efficient to answer user specific questions. The Pro bot is writing the questions and answers on additionalQuestions file and the users then need to make changes to this file for the bot to read and fill the answer.