Skip to content

weebsquad/pyboat-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyboat-deploy

Simple script to deploy PyBoat to a server with Pylon in it.

Requirements: git, npm, node

  1. Clone the repo

git clone https://github.com/weebsquad/pyboat-deploy.git

Do not "download as zip", it will not work

  1. Copy config.js.example -> config.js
  2. Edit config.js and input the values
  3. npm test

How to get your Pylon token?

  1. Go to https://pylon.bot/
  2. Login to the site
  3. Open DevTools on your browser (Chrome is CTRL+SHIFT+I)
  4. Go to the "Console" tab
  5. Copy paste the following script to the console and hit enter:
console.log(`Your Pylon Token is: \n\n${localStorage.getItem('token')}\n\n`)
  1. Copy the output valuee

NOTES

This will only work if the deployment for the guild you input already exists, make sure to deploy anything to your server on the Pylon dashboard before using this script

Feel free to use this script to deploy other things.

PyBoat Source Repo:

https://github.com/weebsquad/pyboat

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published