kitw4y / shell-bot

A Telegram bot to run preset commands in shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShellBot

GitHub stars GitHub forks GitHub issues GitHub license

About πŸ€–

ShellBot is a Telegram bot designed to run commands in a shell environment. It allows users to execute predefined shell commands through a Telegram interface, making it a versatile tool for remote command execution.

Installation πŸ› οΈ

To install ShellBot, clone the repository and install the required dependencies:

git clone https://github.com/barabum0/shell-bot.git
cd shell-bot
pip install -r requirements.txt

Usage πŸš€

  1. Create a config.json file based on the config_example.json.
  2. Add your Telegram bot token and other configuration details in config.json.
  3. Run the bot using:
python main.py

Troubleshooting πŸ”

If you encounter any issues while using ShellBot, please check the GitHub Issues page for similar problems or to open a new issue.

Contribution 🀝

Contributions are welcome. Please fork the repository, make your changes, and submit a pull request.

License πŸ“„

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Telegram bot to run preset commands in shell

License:MIT License


Languages

Language:Python 100.0%