Host your Discord, WhatsApp and Telegram bots on the largest platform in Latin America. Enterprise performance, advanced security and development tools for your project.
Daily Snapshots
Detailed Logs
Real-Time Analytics
Square Cloud CLI
VSCode Extension
GitHub Actions
push
to your repository, your application is automatically updated on our platform.token
in your repository secrets. Check our specific documentation for the step-by-step guide.Configuration File
Creating the ZIP File
node_modules
, package-lock.json
, pyproject.toml
, and poetry.lock
are not necessary, as they can be automatically generated on the server side. A list of files that don’t need to be sent is available here, helping ensure only necessary files are in the .zip, making the upload process faster and smoother.Dependencies File
package.json
, and for a Python project, it’s requirements.txt
.These files list the libraries and packages necessary for the application to function correctly. Keeping these files updated is crucial to avoid installation errors. Additionally, it’s important to note that native dependencies, like node-fetch
in Node.js and random
in Python, should not be included in these files, as they are native libraries.Bot Upload