ASU-CodeDevils / scraper.codedevils.org

A system for scraping job postings from various websites and serving the collected data through an API.
https://codedevils.org
MIT License
0 stars 1 forks source link

Create login-indeed.java #2

Open PitaFLAME opened 6 days ago

PitaFLAME commented 6 days ago

We need a file to handle login for indeed.com.

This will be called before proceeding with any scraping.

Please accomplish the following:

150 points

ex1stent1al commented 6 days ago

I am still familiarizing myself with all the nuts and bolts, but am interested in tackling this one. Adding this as a placeholder and will return tomorrow with some questions.

PitaFLAME commented 5 days ago

Yeah! Go for it, when you have questions, I'll be here!

ex1stent1al commented 2 days ago

@PitaFLAME Few questions when its convenient for you:

I have been taking a stab at this for a couple days whilst trying to understand how Selenium works. As far as the actual Indeed login code goes, I am starting to make some progress.

What I am wondering, is should I be able to test what I am doing or does that require the other components of the project to be working? Forgive me as I am very new to this, but I couldn't tell how to ensure I am on the right track as I write the code, or if I need to somehow link it to other parts of the scraper.

That is the main thing I am stumped on now, I am sure other things will come up in due time though!

Cheers and thanks in advance for the help