Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mansoorhussain12/steam-kucoin-bot
https://github.com/mansoorhussain12/steam-kucoin-bot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mansoorhussain12/steam-kucoin-bot
- Owner: MansoorHussain12
- Created: 2022-06-26T10:32:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T17:33:21.000Z (over 2 years ago)
- Last Synced: 2024-01-18T20:14:42.161Z (12 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# steam-KuCoin-bot
This is basically a steam bot connected with Kucoin API.
This bot serves like a crypto-currency bank. Users can deposit crypto-currency into the bot's account by giving commands through steam chat.
It accepts any friend request made on steam.
Friends can give a number of commands to the bot. For example :"!deposit 1 USDT TRC20"
Upon receiving this command, the bot responds with its deposit address of the provided currency and network using Kucoin API.
If the user makes a transaction on the given address, the bot responds with Transaction ID which can be used to track the status of transaction.
The transaction can result in 3 different types.
1) Success.
2) Under Process.
3) Failure.In each type, the bot responds with the confirmation message.
For each user a separate account is created. The balance of the account is updated with respect to the successful transactions.
HOW TO RUN THIS BOT
1. In the config folder, fill your steam account and kucoin API configuration details.
2. Do "npm i" in the root folder of the project.
3. Install MongoDB with MongoDB compass.
4. Run the project by 'node index.js'