Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Juzlus authored Sep 28, 2024
1 parent 32c204b commit 939f31a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand All @@ -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
[
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 939f31a

Please sign in to comment.