JS Script to crap a leetchi cagnotte page to get donation informations.
Developed for the Bordeaux faculty student association
Report Bug
·
Request Feature
Table of Contents
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/rayzens1/leetchi-cagnotte.git
- Install NPM packages
npm install
- Change the URL you want to scrap in the index.js
const url = "the url you want here";
To launch the script:
node index.jsTotal pot amount is stored in amount.txt
Last donator name is stored in lastdonator.txt
Last donation amount is stored in lastdonation.txt (if is visible)
Distributed under the Unlicense License. See LICENSE.txt for more information.
Email - kevin.gatti.pro@gmail.com