Skip to content

sschr15/tldr-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages