Simple web scraping tool used to extract data from French Women's Division 1
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
The purpose of this project is to familiarize myself with web scraping using JavaScript / NodeJS and Axios. While browsing through the Fédération Française de Football website, I couldn't find a way to download CSV data about the French Women's football league.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- yarn
yarn set version stable
- Clone the repo
git clone https://github.com/YannAries/web-scraper-d1-arkema.git
- Install your favorite package manager's packages
- npm
npm install
- yarn
yarn install
Don't abuse this tool. I'm not responsible for any damages caused.
- Change directory
cd web-scraper-d1-arkema
- Run the script
node src/index.js
- Check the data saved as a CSV file
./dist/assets/d1ArkemaData.csv
- Check the screenshot saved as a PNG file
./dist/assets/image/screenshot.png
- Bypass CAPTCHA verification
- Set the cache timeout for the target webpage
- Migrate from JavaScript to TypeScript
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Feature
) - Commit your Changes (
git commit -m 'Add some Feature'
) - Push to the Branch (
git push origin feature/Feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Yannick - My email address
Project Link: https://github.com/YannAries/web-scraper-d1-arkema