Aghababaei / PhD-Seeker

Finding latest fully funded PhD positions for international students through web scraping
GNU General Public License v3.0
84 stars 11 forks source link

Number of sought positions #3

Closed javadr closed 2 years ago

javadr commented 2 years ago

In this PR, we can see the number of sought positions.

P.S. I was working on adding the date to the output, but I had a subtle issue with findaphd website. While it worked like a charm with scholarshipdb, the div tags containing the date were not fetched via findaphd by requests.get. It seems there are some scripts responsible for loading the dates.

Do you have any idea to solve this issue? If you want to see my code, let me know to upload it on my git.

Aghababaei commented 2 years ago

In this PR, we can see the number of sought positions.

P.S. I was working on adding the date to the output, but I had a subtle issue with findaphd website. While it worked like a charm with scholarshipdb, the div tags containing the date were not fetched via findaphd by requests.get. It seems there are some scripts responsible for loading the dates.

Do you have any idea to solve this issue? If you want to see my code, let me know to upload it on my git.

@javadr thank you very much for your constructive modifications. As to loading the dates, at first, I had some issues, due to the website tags. However, as far as it is a crucial issue, persistantly, I am working on it.

I would appreciate it if I could see your codes. (Actually, these two days I am out of office and will check the codes by Wednesday May 16.

javadr commented 2 years ago

I've just uploaded it to my git. This week I'm too busy to work on it. It would be nice if you'd have some time to take a look.