Skip to content

nawab69/mcbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

20190204_111637_0000

mcBOT

MR. COUNTER BOT

Author: @nawab69 Steemit Blog : https://steemit.com/@nawab69

DOCUMENTATION

Requirements

Installations

  • Open Terminal / CMD
  • Install NodeJS apt install nodejs
  • Install Git apt install git
  • Create Directory mkdir mcbot
  • Go to mcbot folder cd mcbot
  • Clone this repository git clone https://github.com/nawab69/mcbot.git
  • Change the directory to bot directory. cd mcbot
  • Install modules from package json npm install
  • Or manually install all modules.
    • Install NodeJs Module npm install nodejs --save
    • Install DiscordJS Module npm install discord.js --save
    • Install Request Module npm install request --save

Customization

  • Open app.js with any text editor.
  • Edit The last line of app.js Uncomment this line
client.login("client secret");  

Write your client secret into the ""

Comment the last line.

Run the bot

Write down this code on terminal

node app.js

Now add your bot from discord developer.

Command

  • Sent any steemit Post link to your Discord chanel or DM to mcbot.
  • It will return your steemit post's
    • Total Words
    • Total Characters
    • Total Upvotes

Use This Bot without server

  • Invite mcBOT to your chanel by this link

How to contribue

Simply fork to this repository

Issue & Bug

Submit your issue to this repository

Donation

You can Donate me for this BOT STEEMIT : @nawab69 Ether(ERC-20) : 0xc2c8e307c5c0f33eab27a95c7c2e029234732a9a

Tutorial & Updates

All tutorials of this bot & Updates will published to my steemit blog

Roadmap

  • Add More commands
  • Bring it in steemit Comment BOT

Note

This BOT is under MIT license. You can use this bot for free. You can use my function to your previous BOT.