https://github.com/gitcordier/selenium
Web scraping with Selenium
https://github.com/gitcordier/selenium
Last synced: about 1 year ago
JSON representation
Web scraping with Selenium
- Host: GitHub
- URL: https://github.com/gitcordier/selenium
- Owner: gitcordier
- License: mit
- Created: 2019-01-31T14:03:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T16:56:54.000Z (over 7 years ago)
- Last Synced: 2025-04-12T06:58:28.500Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# selenium
paris_fintech_forum_2019.py
So, it's all about the Paris Fintech Forum (https://www.parisfintechforum.com)!
To me more specific, the script gets all "featured" participants websites
(Source: https://www.parisfintechforum.com/PFF2018/participants).
Requirements:
1. Python 3
Code runs perfectly well with Python 3.7.
1. A web browser.
The code aims at Firefox, but it's pretty sure it works with other mainstream browsers e.g. Chrome, Opera, Safari.
Simply write/comment/uncomment the relevant lines below line 12
2. You may need to install selenium-server-standalone-3.14X.Y.jar (ensure that a Java 8 SRE in already installed) from the selenium website (https://www.seleniumhq.org/download/) and export its location to your PATH before your Selenium's pip install (e.g. 'pip3 install selenium').