Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try the requests route #2

Open
avikalpg opened this issue Aug 22, 2022 · 0 comments
Open

Try the requests route #2

avikalpg opened this issue Aug 22, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@avikalpg
Copy link
Member

Currently, we are using Selenium to emulate user behaviour on the browser. But this is slow because Selenium needs to open the browser and perform all the actions just like a real user would.
We don't need that much work. We can directly work with just a script that looks at the LinkedIn website as an API.

We can try to write a script which, say, uses the requests, BeautifulSoup4 and Pandas libraries only to extract the data.

@avikalpg avikalpg added enhancement New feature or request good first issue Good for newcomers labels Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant