kanatamon / particle-pioneer-tx-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install dependencies

npm instal

Config your credentials in credentials.json

[
  {
    "type": "discord",
    "emailOrUsername": "username",
    "password": "password"
  },
  {
    "type": "twitter",
    "emailOrUsername": "username",
    "password": "password"
  }
]

Run bot

npm run bot

You can see number of tx via http://localhost:3000

About


Languages

Language:TypeScript 86.2%Language:HTML 7.6%Language:JavaScript 6.1%