






I will use an unused Android smartphone as a host for a Discord Bot.
Used 2 times24 viewsSince 2026/7
Automatically translated from Japanese by AI
This is a script that can host a custom Python Discord Bot on Termux, which runs Linux on Android devices. It works as long as the necessary packages are installed on the terminal.
By registering a Discord webhook URL in .env, it will send notifications on Discord. Also, by default it rescans every 5 minutes, and if the Bot is dead, it will wake it up.
Please write arbitrary tags in the Python script. The system searches for .py files with those tags in the specified directory.
# 例
import os
# tag: @discordbot
print("Hello, World!")# 起動コマンド
pybot
Reactions & commentsFeedback
Share your thoughts, bug reports, or suggestions directly with the developer
Log in to share your feedback
Log in to leave feedback