https://github.com/0xmichalis/optionatoor
🤖 Arbitraging option markets for greater good
https://github.com/0xmichalis/optionatoor
options options-arbitrage
Last synced: about 2 months ago
JSON representation
🤖 Arbitraging option markets for greater good
- Host: GitHub
- URL: https://github.com/0xmichalis/optionatoor
- Owner: 0xmichalis
- License: gpl-3.0
- Created: 2022-04-15T20:17:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T17:17:49.000Z (3 months ago)
- Last Synced: 2025-03-10T18:31:42.924Z (3 months ago)
- Topics: options, options-arbitrage
- Language: TypeScript
- Homepage:
- Size: 202 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Optionatoor
Arbitraging option markets for greater good.
## Build
```
yarn install
yarn build
```## Run
Update `.env` with the desired configuration, then run:
```
yarn start
```## Discord
1. Follow [this guide](https://discordjs.guide/preparations/setting-up-a-bot-application.html#creating-your-bot) to setup the bot as a Discord application.
2. Follow [this guide](https://discordjs.guide/preparations/adding-your-bot-to-servers.html#bot-invite-links) to invite the bot in the Discord server you want it to operate in.i. Scopes: `bot`, `application.commands`
ii. Text permissions: `Send Messages`, `Send Messages in Threads`, `Embed Links`
3. Provide the id of the channel/thread that you want the bot to publish arbitrage opportunities in the bot configuration (`DISCORD_CHANNEL_ID`). If the channel/thread is private the bot needs to be granted access.
Example link (you will need your own `client_id`):
https://discord.com/oauth2/authorize?client_id=&permissions=274877925376&scope=bot%20applications.commands