Advertisement
Guest User

hawkie's guide to setting up a bot

a guest
Feb 7th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. [15:42] +Hawkie: If you want a bot it's actually really really easy
  2. [15:43] +Hawkie: since i don't think you'd be adding much to it and you'd probably want it constantly online make a c9.io account
  3. [15:43] +Hawkie: after you've done so choose a bot: Pokemon Showdown Bot
  4. [15:43] +Hawkie: create a new c9 workspace and use the "Clone from GIT" option
  5. [15:44] +Hawkie: paste in the git link but leave out github.com, add everything after that slash
  6. [15:44] +Hawkie: in the Choose a template option hit "Node.js" (most bots are) then create the workspace
  7. [15:44] +Hawkie: next just type npm install in the command line that opens
  8. [15:45] +Hawkie: after doing so follow the instructions on the ReadME that will automatically open to edit the config-example.js file and run your bot
  9. [15:45] +Hawkie: easy as pie
  10. [15:46] +Hawkie: Ecuacion Bot has a load of great features and the guides to set up are the best I've seen.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement