Skip to content

MansoorHussain12/steam-KuCoin-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published