sschr15 / tldr-discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLDR Discord Bot

This is a simple Discord bot that accesses the TLDR man pages.

Running

If you don't want to go through the hassle of setting it up yourself, I host an english version on my own computer that you can easily add to your server!

If you don't want to use that, see the instructions below.

Building

Python 3 is required.

  1. Clone this repository
  2. Install the requirements
    • *nix: python3 -m pip install -r requirements.txt
    • Windows: pip install -r requirements.txt
  3. Create a Discord bot
  4. In main.py, replace the contents of token with the bot token
  5. Optional: Change the language by changing the language variable
  6. Run the program
    • *nix: python3 main.py
    • Windows: python main.py

About

License:MIT License


Languages

Language:Python 100.0%