https://github.com/byteball/trading-tips-discord-bot
A discord bot that sends trading tips in Obyte discord
https://github.com/byteball/trading-tips-discord-bot
Last synced: 11 months ago
JSON representation
A discord bot that sends trading tips in Obyte discord
- Host: GitHub
- URL: https://github.com/byteball/trading-tips-discord-bot
- Owner: byteball
- License: mit
- Created: 2021-01-17T21:48:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T10:26:41.000Z (over 5 years ago)
- Last Synced: 2025-04-14T14:17:51.624Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trading tips discord bot
Watch the [Obyte bonded stablecoins](https://ostable.org) and post a notification on Discord when there is an opportunity to buy or sell with profit.
The trading recommendations are not financial advice, use at your own risk.
## Setup
**Important:** tested only with NodeJS version 12.
- `yarn`
- While logged in to Discord webapp, create an application at https://discord.com/developers/applications
- Select the application, select bot in menu, copy the bot token
- Copy `.env.sample` file to `.env` and complete it with the bot token and the channel id the bot will post to
- While logged in to Discord, click this link to add the bot to your server: https://discord.com/api/oauth2/authorize?client_id=800406815875530822&permissions=67584&scope=bot, `client_id` can be found in the General Information of your Discord application, permissions should be `2048` to allow only posting message.
- Run the bot with `node run.js`