Skip to content

Turkish Speaking; Steemit Discord Upvote and Coin Price Bot

License

Notifications You must be signed in to change notification settings

sedatabase/capsbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capsbot

Steemit Discord Upvote and Coin Price Bot


sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
wget https://raw.github.com/sedatyildiznet/capsbot/master/caps.js
wget https://raw.github.com/sedatyildiznet/capsbot/master/package.json
wget https://raw.github.com/sedatyildiznet/capsbot/master/package-lock.json
sudo apt-get install nodejs -y
sudo apt-get install nodejs-legacy -y
sudo apt-get install npm -y
sudo npm i -g pm2
npm install steem --save
npm install --no-optional eris
npm install mysql
npm install discordie
npm install discord.io
sudo apt-get update
sudo apt-get install mysql-server -y
sudo mysql_secure_installation
systemctl status mysql.service
mysql -u root -p
CREATE DATABASE caps;
USE caps;
CREATE TABLE caps (
id int(11) NOT NULL,
user text NOT NULL,
lastvote text NOT NULL,
userid text NOT NULL);
pm2 start caps.js

Tutorial: https://steemit.com/utopian-io/@sedatyildiz/steemit-discord-upvote-and-coin-price-bot-v1

About

Turkish Speaking; Steemit Discord Upvote and Coin Price Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published