Giter Club home page Giter Club logo

jobby's Introduction

Hi there ๐Ÿ‘‹
I'm Ashok Kumar Selvam
Software Developer

I am from India, currently living in United States. I build high-performance software solutions for complex problems. I have 3 years of experience working as an Applications Developer at Oracle contributing to development of large scale web application deployed in Oracle Cloud Infrastructure.

Technical Skills

  • Programming Languages:
    Python Java C++ JavaScript SQL PL/SQL Ruby
  • Frameworks:
    Spring JQuery
  • Tools:
    NodeJS Git Jenkins Apache Ant Apache Maven Git Jira Postman

jobby's People

Contributors

ameyatathavadkar avatar gokul-koganti avatar harikrishnaselvaraj avatar harshil-shah99 avatar ineelshah avatar jayrshah98 avatar kiranbharadwaj avatar pvpatel-1001 avatar rachanakondabala avatar rjain09 avatar sak007 avatar sak1997 avatar smayanareddy avatar wizard-31 avatar zedunaid avatar

Stargazers

 avatar

jobby's Issues

Modify Email alert frequency

Allow user to choose the email frequency to receive alerts - either weekly or daily or on a custom frequency.

Dashboard - Home Page

Add a Dashboard in the home page to track User's progress

  1. Graph to see which Job Board provides most matches to user's skillsets.
  2. Number of Jobs provided by each Job Board for a time period.

Allow SSO Integration with Gmail

Currently the user needs to create an account in the tool. Allow SSO with Gmail or other tools to reduce the number of accounts managed by user

Filter Job Description to get better suited alerts

Modify extractor to allow user to get Jobs that match his requirements -

  1. Visa Sponsorships
  2. Years of Experience required for the Job.
  3. Salary Range mentioned

Update the UI to allow user to choose his preferences.

Add more Job Boards

Currently the tool uses - LinkedIn, SimplyHired, Indeed, Monster and GoingGlobal.

Add extra skills in DB

Insert more skills in skill_master table.
schema path
/Code/Database/schema/srijas.sql

Issue with scraper main not running

After running the main project, when I register for a website and then proceed to run the main.py file in the scraper directory, there is an exception that occurs.

Stacktrace:

Athithya@DESKTOP-DM1OEHR MINGW64 ~/Desktop/Classes/CSC510 SE/Project Phase 3/SRIJAS/Code/Scrapper (indeed_scraper)
$ python main.py
{'[email protected]': ('Software Developer Intern', 'Raleigh', 'Ashok'), '[email protected]': ('Software Engineer Intern', 'Raleigh', 'sak')}
[('[email protected]', 'LINKEDIN'), ('[email protected]', 'INDEED')]
https://www.linkedin.com/jobs/jobs-in-Raleigh?keywords=Software%20Developer%20Intern&f_JT=F%2CP&f_E=1%2C3&position=1&pageNum=0
Traceback (most recent call last):
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 1010, in validate_conn
conn.connect()
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 416, in connect
self.sock = ssl_wrap_socket(
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl
.py", line 449, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl
.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 512, in wrap_socket
return self.sslsocket_class._create(
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1070, in _create
self.do_handshake()
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1341, in do_handshake
self._sslobj.do_handshake()
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 439, in send
resp = conn.urlopen(
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\retry.py", line 532, in increment
raise six.reraise(type(error), error, _stacktrace)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\packages\six.py", line 769, in reraise
raise value.with_traceback(tb)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 1010, in validate_conn
conn.connect()
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 416, in connect
self.sock = ssl_wrap_socket(
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl
.py", line 449, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl
.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 512, in wrap_socket
return self.sslsocket_class._create(
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1070, in _create
self.do_handshake()
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1341, in do_handshake
self._sslobj.do_handshake()
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\Athithya\Desktop\Classes\CSC510 SE\Project Phase 3\SRIJAS\Code\Scrapper\main.py", line 213, in
run()
File "C:\Users\Athithya\Desktop\Classes\CSC510 SE\Project Phase 3\SRIJAS\Code\Scrapper\main.py", line 27, in run
job_map = generate_job_map(job_board_role_mp, all_skills)
File "C:\Users\Athithya\Desktop\Classes\CSC510 SE\Project Phase 3\SRIJAS\Code\Scrapper\main.py", line 73, in generate_job_map
j = linkedin_scrapper.get_jobs(rl[0],rl[1],10, all_skills)
File "C:\Users\Athithya\Desktop\Classes\CSC510 SE\Project Phase 3\SRIJAS\Code\Scrapper\linkedin_scrapper.py", line 25, in get_jobs
k1 = requests.get(url)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "C:\Users\Athithya\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

Athithya@DESKTOP-DM1OEHR MINGW64 ~/Desktop/Classes/CSC510 SE/Project Phase 3/SRIJAS/Code/Scrapper (indeed_scraper)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.