Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 767 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 767 Bytes

Langslater

Langslater is an open-source Discord Bot written in Python to translate messages which are not in a specified language. It uses the DeepL API for the translation and an SQLite database to store the language for each server.

Features

  • Select with a slash (/) command the language in which to translate the messages.
  • Automatically translate messages into a selected language by replying to the user's original message.

Other information

This is a personal project made to train myself using Python and APIs.
Do not hesitate to contribute with your ideas!

It is intended to run on Python 3.11.3, and you will need to install the following packages:

  • discord
  • deepl
  • dotenv
  • langdetect

License

GNU General Public License v3.0