Skip to content

Repository that contains all web scrapping scripts written by text mining group

Notifications You must be signed in to change notification settings

TeMU-BSC/web-scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web scrapping

Scrapping scripts for specific websites.

Usage

Note: Replace SCRAPPING_PROJECT by the desired subdirectory of this repository.

cd SCRAPPING_PROJECT
python3.8 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

# Read the docstring at the top of each python script to know how to run each scrapper.
# ...

deactivate

Testing and further development

Download Selenium IDE for Firefox.

Open Selenium IDE plugin in Firefox browser. If the project has a file with .side extension, you can load it into Selenium IDE.

About

Repository that contains all web scrapping scripts written by text mining group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages