https://github.com/nerodesu017/mock_bot_website
https://github.com/nerodesu017/mock_bot_website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nerodesu017/mock_bot_website
- Owner: nerodesu017
- Created: 2021-03-03T12:33:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T12:35:36.000Z (over 4 years ago)
- Last Synced: 2025-01-23T21:17:23.050Z (5 months ago)
- Language: Pug
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mockup website for basic request testing (sneaker related)
## How to use?
* install dependencies
```
> npm ci // install packages from package-lock.json
> npm install // install packages from package.json and overwrite package-lock.json
```
* run the app
```
> node .
```
## What is the purpose?
1. This project was created for people just starting out learning about http or people just wanting to have some fun with requests. I've seen quite a few people having troubles with creating a full bot for websites, because those website either had antibots, recaptcha or both. So this is a great starting point for a basic bot.
2. I wanted to learn a little about frontend (the bootstrap css framework) and backend (nodejs with expressjs) cause in the future I'm planning on using the PERN stack (Postgresql, Expressjs, Reactjs, Node.js)
## Is it ready for production?
* ### You decide for yourself
- [x] Database in a json file
- [x] Hard-coded values
- [x] Spaghetti code all in 1 file (index.js)
## Why is it so ugly?
* I don't do frontend
## Any good resources for learning more about botting/sneaker-botting?
* [Learn more about http](https://www.amazon.com/HTTP-Definitive-Guide-Guides/dp/1565925092)
* [Learn javascript](https://javascript.info)