Parsbot | Discord Bot v1
utopian-io·@pars11·
0.000 HBDParsbot | Discord Bot v1
### What is the project about? Parsbot is a discord bot for steem account datas and query all the coin prices. Parsbot has a discord bot account for incoming messages and send messages with bot token. It currently has 13 commands, of course, according to this desire and development, it may increase or decrease in the future. ### Technology Stack * Nodejs * Npm #### Node Modules and API * [Discord.js](https://discord.js.org/#/) * [Request.js](https://www.npmjs.com/package/request) * [Moment.js](https://momentjs.com/docs/) * [Steem.js](https://github.com/steemit/steem-js) * [Coinmarketcap API](https://coinmarketcap.com/api/) ### Roadmap Parsbot is open to development because it is completely open source. In the future I should add the upvote command. Of course I will continue to bug fixes and improve the code. You can comment on your suggestions. ### Parsbot Commands ```$Help:``` Displays all commands and usages of Parsbot.  ```$Ping:``` Send "Pong!" message for bot run and server speed test.  ```$Hi:``` Send "Hi @sender" message.  ```$Merhaba:``` Send "Merhaba @sender" message (Turkish).  ```$Selam:``` Send "Selam @sender" message (Turkish).  ```$price coinname:``` Displays "coinname" current usd and btc price.  ```$rep accountname:``` Displays account reputation score.  ```$vpower accountname:``` Displays account voting power.  ```$accreated accountname:``` Displays how many days ago account was created.  ```$accspower accountname:``` Displays account steem power.  ```$accfow accountname:``` Displays account follow and followers count.  ```$accltvote accountname:``` Displays account last vote date time.  ```$accdata accountname:``` Displays account all data with profile image.  ### Tutorial I shared 7 part tutorials on utopian to prepare this software. All information about the software and explanations of the codes, I added this tutorials. [Parsbot | Discord Bot Tutorial Node.js | Part 5](https://utopian.io/utopian-io/@pars11/parsbot-or-discord-bot-tutorial-node-js-or-part-5) [Parsbot | Discord Bot Tutorial Node.js | Part 6](https://utopian.io/utopian-io/@pars11/parsbot-or-discord-bot-tutorial-node-js-or-part-6) [Parsbot | Discord Bot Tutorial Node.js | Part 7](https://utopian.io/utopian-io/@pars11/parsbot-or-discord-bot-tutorial-node-js-or-part-7) For other tutorials you can visit [my profile](https://steemit.com/@pars11). ### Install Firstly we need to download and install Node.js from[ Node.js Website](https://nodejs.org/en/download/). Command Prompt Code(For node version control) ```node -v``` After you install Node.js you can control the node version via cmd. If you are fail to install it 'node' is not recognized as an internal or external command, operable program or batch file. you will get the error. But if your installation is successful, you will see your node version successfully.  After installing node.js, you can download parsbot via github or clone your computer. Clone: ```cd projectfolder``` ```git clone https://github.com/pars11/parsbot``` You need to enter your bot token in the "parsbot.login('');" section in the app.js file. More info discord app and bot token. [Tutorial 1](https://utopian.io/utopian-io/@pars11/parsbot-or-discord-bot-tutorial-node-js-or-part-1) And Run. ```node app.js```  ### How to contribute? You can reach me by commenting on this post or send message on the discord (pars11).If you want to make this application better, you can make a Pull Request [Github](https://github.com/pars11/parsbot) <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@pars11/parsbot-or-discord-bot-v1">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>