This is a simple Discord bot that accesses the TLDR man pages.
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.
Python 3 is required.
- Clone this repository
- Install the requirements
- *nix:
python3 -m pip install -r requirements.txt
- Windows:
pip install -r requirements.txt
- *nix:
- Create a Discord bot
- In
main.py
, replace the contents oftoken
with the bot token - Optional: Change the language by
changing the
language
variable - Run the program
- *nix:
python3 main.py
- Windows:
python main.py
- *nix: