From 939f31ac29956d6b46d8dbb885b9828f71732503 Mon Sep 17 00:00:00 2001 From: Juzlus Date: Sat, 28 Sep 2024 23:28:34 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d26b03b..18facc5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Designed as a supporting service for [KeydropPlus v2](https://github.com/Juzlus/ ## 💡 Packages needed ```bash -npm i node-fetch@2 @octokit/rest dotenv fs node-cron puppeteer puppeteer-extra puppeteer-extra-plugin-stealth +npm i node-fetch@2 @octokit/rest dotenv node-cron puppeteer puppeteer-extra puppeteer-extra-plugin-stealth ``` @@ -36,6 +36,17 @@ In case you do not want to update the file on github, leave the **GITHUB_TOKEN** - **GITHUB_FILE** - path to case odds file (e.g. data/cases.json) - **GITHUB_BRANCH** - branch name (e.g. main) +## ✨ Usage +- [node.js](https://nodejs.org/en) +- [Keydrop API](https://key-drop.com/en/) +- [node-fetch](https://github.com/node-fetch/node-fetch) +- [@octokit/rest](https://github.com/octokit/rest.js) +- [dotenv](https://github.com/motdotla/dotenv) +- [node-cron](https://github.com/node-cron/node-cron) +- [puppeteer](https://github.com/puppeteer/puppeteer) +- [puppeteer-extra](https://github.com/berstend/puppeteer-extra) +- [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth) + ## 🌐 Preview JSON format ```json [ @@ -87,7 +98,6 @@ In case you do not want to update the file on github, leave the **GITHUB_TOKEN** ![Fetching cases](/img/s1.PNG) - ## 📝 Feedback If you have any Feedback or questions, please contact me at juzlus.biznes@gmail.com or [Discord](https://discordapp.com/users/284780352042434570).