• Stars
    star
    105
  • Rank 326,370 (Top 7 %)
  • Language
    HTML
  • Created about 6 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An online tool to find jobs on Reddit

Reddit-Job-Search

Junter is a simple to use, free and open source web application to find job opportunities on Reddit.

I built this when I was looking for a job as a python developer, Reddit is a great place to find jobs, but there are a lot of subreddits to check for and it's hard to search all these subs, and filter jobs by keywords.

Junter uses Reddit API through PRAW and Flask on the backend, standard Jinja 2 is used for rendering (moving to VueJS/React/Angular) would make it faster

So I decided to build Junter to make this easier for everyone, enjoy :D

Screenshots:

Homepage Results page

Setting Up:

First, create a Reddit app and get the client ID and secret key, clone this project (or fork to add other features).

Install the requirements : pip install -r requirements.txt , main dependencies are Flask and PRAW .

Authentication:

Grab the client ID and secret key, and put it in the search.py file, you will find two strings : client and secret (should be on the 20th and 21st line), paste your keys there

Launching:

You should be ready, just fire up the terminal and run python server.py and the web app should work .

Some Suggestion:

  • Add craiglist scraping

  • Search jobs on Twitter

  • Search jobs on facebook groups

  • Make it automated and store jobs in a database to make search faster, scraper should run every hour to get up-to date results

More Repositories

1

brand-ner

A brand tagging system in product titles and user generated text
Jupyter Notebook
31
star
2

Umoja-Hack-2022---Insurance-Claim-Challenge

My solution for the 7th place / 245 in the Umoja Hack 2022 challenge
Jupyter Notebook
18
star
3

flights-metrics

A data pipeline that streams flights data from Flight Radar (unofficial) API using Kafka and sends it to AWS S3 for Analytics.
Python
16
star
4

Prohack-Solution---D1D-Team

Our solution to the data science hackathon by McKinsey, Prohack by our team D1D, which was ranked 4th on public leaderboard and 25th on private leaderboard.
Jupyter Notebook
10
star
5

Algeria-told-by-data

A set of visualisations and animations that tells the history and the socio-economic situation of Algeria.
Jupyter Notebook
7
star
6

PJM-Time-Series-Analysis

A set of notebooks I created while learning data science and Machine learning.
Jupyter Notebook
3
star
7

Reddit---Upwork-Job-Finder

A powerful job finder for Reddit & Upwork with texting capabilities
Python
2
star
8

AI-Saturdays

My collection of assets for teh AI Saturdays session : python notebooks, lists, and utilities
Jupyter Notebook
2
star
9

Reddigest

A simple and smart Reddit Digest tool built with python
Python
2
star
10

git-workshop

Formation GIT CAP
Python
1
star
11

Watermarker

A simple and effective batch watermark generator made with python
Python
1
star
12

explatoriet-api

An API for the interactive smart avatar using Whisper and GPT 3.5
Python
1
star
13

GENIAL-LABS

This repo contains notes for labs for Green Networking and Cloud Computing erasmus program
1
star
14

concurrent-crawler

A concurrent async web crawler in Go, with support of multi-threading.
Go
1
star