Bot Hosting Solutions #2
Replies: 3 comments 13 replies
-
I've been brushing up on bots with youtube. In the one video the author codes the bot on Replit then uses a service called https://uptimerobot.com/. The service pings his Replit to keep the server running. I don't know how scalable it is, and our codebase would need to be on Replit to work. So maybe because of that, it's a no-go? I'll keep looking for alternatives. |
Beta Was this translation helpful? Give feedback.
-
I have been running a discord bot(active on many sever including bankless and DAO) on Google Cloud Run for about 2 months... not a single dollar yet. I think solutions like GCP or AWS would be great here. |
Beta Was this translation helpful? Give feedback.
-
After doing some digging, I learned that we can deploy to Heroku and Google Cloud directly from Github, and that the bot should be fine on a free tier so long as we don’t add any music functionality to it. I think any service that we can deploy to directly from this repo will be useful. |
Beta Was this translation helpful? Give feedback.
-
What hosting solutions are recommended? Do you know of anything free to use? I looked at Heroku, but that looks like data costs may add up. I was planning on doing some research on the topic. If anyone has ideas for a free solution, please bring it up!
Beta Was this translation helpful? Give feedback.
All reactions