Hello How can I host my discord.py bot here? I have bought my 5$ droplet but don’t know how I can actually host the bot or type any code. Any help would be appreciated. Thanks in advance
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there @FaresFilms,
What you need to do first is to install python, I would recommend following the steps from this article here on how to do that:
https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-an-ubuntu-18-04-server
Then you can upload your
.py
script to your server via SFTP.After that, you can run the script as shown in the tutorial.
Hope that this helps! Regards, Bobby