Skip to content

vynkme/keybase-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run this bot?

First install the dependencies

npm install

Copy the ENV

Copy .env.example as your main .env file

cp .env.example .env

Edit the environment variables

// .env
USERNAME=insertyourusernamehere
PAPERKEY=yourpaperkey

Then run the bot with this command:

node index.js

That's it! 😃