https://github.com/skaaalper/stork-bot
https://github.com/skaaalper/stork-bot
airdrop airdrops-bot auto-bot stork-auto-bot stork-bot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skaaalper/stork-bot
- Owner: SKaaalper
- Created: 2025-02-28T10:57:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T10:15:29.000Z (over 1 year ago)
- Last Synced: 2025-07-30T01:38:00.894Z (11 months ago)
- Topics: airdrop, airdrops-bot, auto-bot, stork-auto-bot, stork-bot
- Language: JavaScript
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Stork-bot Verification Bot
## This is a bot used to verify Stork Oracle's signed price data. It periodically fetches signed price data from the API and verifies its validity.
### Installation:
1️⃣ Clone this repository to your local machine:
```
git clone https://github.com/SKaaalper/Stork-bot.git && cd Stork-bot
```
2️⃣ Install dependencies:
```
npm install
```
3️⃣ Create and fill in the `tokens.json` file:
- If the `tokens.json` file does not exist, the program will automatically create a template file. You need to copy the tokens from the Stork Verify application's localStorage and paste them into `tokens.json`.
```
nano tokens.json
```
➕ Add `Access Token` Start with: `eyjjug`
➕ Add `idToken` Start with: `eyfadf`
➕ Add `refresh token` start with: `eyfafad`
➕ To obtain **Access Token**,**idtoken**,**refresh token** ▶️ Click Mouse 2 Stork Extension node ▶️ Click Inspect ▶️ Click Application ▶️ Click Extension Storage ▶️ Click Local And Copy!
➕ Save the file **(CTRL + X,then Y, then Enter)**

4️⃣ Running via Screen:
```
screen -S stork-bot
```
5️⃣ Run the bot:
```
node index.js
```
➕ to detach screen **Ctrl + A, Then Click D**
➕ to Attach `screen -r stork-bot`
⚠️ Note:
This bot is for educational purposes only. Use at your own risk and ensure compliance with Stork's terms of service.