sentient-engineering / jobber

browser controlling AI agent that applies to relavant jobs on internet autonomously. join chat @ https://discord.gg/umgnyQU2K8
https://jobber.sentient.engineering
MIT License
208 stars 22 forks source link

how do I install and run on Linux? #4

Closed ralyodio closed 2 weeks ago

ralyodio commented 3 weeks ago

sudo /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222

This is for mac only.

ralyodio commented 3 weeks ago
$ python -u -m jobber.main
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/home/ettinger/src/tmp/jobber/jobber/main.py", line 3, in <module>
    from jobber.core.system_orchestrator import SystemOrchestrator
  File "/home/ettinger/src/tmp/jobber/jobber/core/system_orchestrator.py", line 3, in <module>
    from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'

Need a requirements.txt file for pip installs.

nischalj10 commented 3 weeks ago

yeah, in the process of improving setup docs for other platforms. you can refer to this PR https://github.com/sentient-engineering/jobber/pull/2 as a starting point. You can use poetry install in absence of requirements.txt

ralyodio commented 3 weeks ago

what the hell is "langsmith"? says i need an api key.

nischalj10 commented 3 weeks ago

you can get an API key here for free. will be making tracing optional

ralyodio commented 3 weeks ago

where do i put my resume? i just said "apply to all 100% remote frontend engineer jobs in the USA" and it did a google search, but I never set my email contact info resume etc. HOw do I do that?

ralyodio commented 3 weeks ago

seems to be needing a resume to upload on turing.com job postings.

nischalj10 commented 3 weeks ago

you can add the path to your resume and your details in the user_preferences.txt file

nischalj10 commented 2 weeks ago

@ralyodio - I have updated the readme for more clarity on how to properly setup and run jobber. please have a look and let me know if you'd like help with anything else!