Sneaker-Bot is an open-source software specialized for Snkrs raffle.
You will need to install Node.js.
1. Clone the repository:
git clone https://github.com/science-math-guy/Sneaker-Bot.git
2. Install the NPM dependecies:
npm install
3. Run the bot:
npm start
Anyone can contribute to the project by forking the repository.
To run the project on development mode:
npm run dev
- Setup a Firebase function:
The best way to deploy this bot would be to set up a schedule Firebase function like the one below:
exports.sneakerbot = functions.pubsub.schedule('every 1 minutes').timeZone('Europe/Paris').onRun(async(context) => {
await axios.post('https://example.com', {}, {}).then((res) => {
console.log(res.data);
});
});
For more about deployement by either visit the Firebase Functions docs or contact me.
- Dotenv
- Puppeteer-cluster
- Puppeteer-extra
- Puppeteer-extra-plugin-stealth
- Puppeteer-extra-plugin-recaptcha
- Github: Science-math-guy
- Email: ad@one-design.fr
- Instagram: adrydmt