Skip to content

With this project you can find job submissions from reddit based on your preferences, and email them to yourself.

Notifications You must be signed in to change notification settings

alicmp/job-hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Hunter

I wrote this bot to find job postings from reddit and craigslist (in the future) based on my preferences. And email them to me. The bots workflow is simple, It first connects to reddit,and catches submissions from my chosen subreddits. After that it filters the submissions based on my preferences and finally email them to my email!

Requirements

  • Python 3.8
  • Pipenv

Setup

create the .env file and put necessary information inside it. You can check .env.sample to find out which information you need. Navigate to the root of the project and activate virtual environment.

$ pipenv shell

Install dependencies.

$ pipenv sync

Edit keyword on utils/importer.py based on your own preferences. And finally run the code.

$ python main.py

You can use cronjob to run the code periodically.

Future development

  • [] Write Craigslist importer as well.
  • [] Create webapp and let other users enter their email and their tech and send related job posts to their email.
  • [] Use spaCy for filtering relatable job posts.

About

With this project you can find job submissions from reddit based on your preferences, and email them to yourself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages