https://github.com/lukeuke/loliparadise_bot
Made this for friends to buy a T-Shirt
https://github.com/lukeuke/loliparadise_bot
Last synced: 8 months ago
JSON representation
Made this for friends to buy a T-Shirt
- Host: GitHub
- URL: https://github.com/lukeuke/loliparadise_bot
- Owner: Lukeuke
- Created: 2022-08-24T16:05:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T20:09:26.000Z (almost 4 years ago)
- Last Synced: 2025-07-20T06:44:29.847Z (11 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loliparadise scraping bot
### Basically what it does, it scrapes the website to look for whether product is available
How to use:
#### Starting an application;
- Git clone the project,
- Install the dependencies by `npm i`,
- Start by `npm start`
#### Discord bot
- On discord_bot branch
#### What is `config.json`?
- Interval is value (in minutes) between the function calls.
- Multiplier is just to convert minutes from interval to milliseconds.
Don't ask me why I did't use React.