sentient-engineering/jobber

how do I install and run on Linux?

Closed this issue · 9 comments

how do I install and run on Linux?

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

This is for mac only.

$ 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.

yeah, in the process of improving setup docs for other platforms. you can refer to this PR #2 as a starting point. You can use poetry install in absence of requirements.txt

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

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

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?

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

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

@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!