8000 GitHub - xaocon/undelete-bot: Bot for https://reddit.com/r/undelete
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xaocon/undelete-bot

 
 

Repository files navigation

Quick Start

# Create virtual enviorment for python
virtualenv .venv

# Activate enviorment and install requirements
source .venv/bin/activate
pip install -r requirements.txt

python undelete_bot.py

Long term usage (with systemd)

  1. Place all files in /var/www/undelete
  2. Copy the service file with cp /var/www/undelete/undelete.service /etc/systemd/system/undelete.service
  3. Start service with sudo systemctl start undelete.service

Show logs with journalctl -u undelete.service

About

Bot for https://reddit.com/r/undelete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0