Skip to content
forked from osir/wolbot

Simple Wake-on-Lan Telegram Bot

Notifications You must be signed in to change notification settings

paolo-26/wolbot

 
 

Repository files navigation

WOLBOT

Simple Wake-on-Lan Telegram bot

chat example

Commands

See /help for a list of available commands

Requirements

  • python 3
  • python-telegram-bot
  • Virtualenv (recommended)

Installation

Clone the repository

# mkdir -p /opt/wolbot
# chown -R user:group /opt/wolbot
$ git clone url /opt/wolbot
$ cd /opt/wolbot

Edit the config with your favorite editor (aka vim)

$ cp config.example.py config.py
$ vim config.py

Set up the Python environment

$ virtualenv wolbot_venv
$ source wolbot_venv/bin/activate
(venv)$ pip install -r requirements.txt

Start the application

(venv)$ python3 wolbot.py

Autostart on Raspberry Pi

The easiest way is to add the launcher script to /etc/rc.local.

/opt/wolbot/wolbot-launcher.sh

About

Simple Wake-on-Lan Telegram Bot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.0%
  • Shell 4.0%