I wanted a bot to do some things that I want.
I decided to fork pokemontrades/porygon-bot because I knew how it works and it already worked well with IRC.
(todo once I have features different from porygon-bot)
- Node 6+ (node installation instructions)
- NPM or Yarn (yarn installation instructions)
Note: we recommend yarn due to it's improved caching and more reliable dependency installs, however npm should work just fine for the majority of people.
yarn
ornpm install
mv config.default.js config.js
- edit config.js and update information
- With Yarn:
yarn start
- With NPM:
npm start