Go to file
2020-08-24 21:08:55 +02:00
.github add(doc): add issue template (better with git add . ...) 2019-09-01 16:19:03 +02:00
cogs update (cogs.basics>ping): optimisation 2020-08-24 21:08:55 +02:00
texts Fucking ecriture inclusive 2020-08-24 12:10:33 -04:00
.gitignore gitignore update 2020-08-24 12:02:10 -04:00
autoinstall.sh Shroute 2020-08-19 10:33:48 -04:00
bot.py Iplocalise update 2020-04-27 11:21:56 -04:00
config.py.example fix(security): fix high security breach 2019-06-27 23:40:25 +02:00
init.sh Iplocalise update 2020-04-27 11:21:56 -04:00
LICENSE Iplocalise update 2020-04-27 11:21:56 -04:00
README.md Readme update 2020-08-24 13:25:02 -04:00
requirements.txt Requirements update 2020-08-23 20:18:57 -04:00
test.py Shroute 2020-08-19 10:33:48 -04:00
test2.py Shroute 2020-08-19 10:33:48 -04:00

Tuxbot is a french speaking Discord bot made for the GnousEU's discord server. He has been maintened since 2016.

This code is not intended to reuse "as is". If you want to configure your own instance, you will need to modify some files in the source code (see below).

Requirements

  • A server with a modern GNU/Linux distribution with internet connectivity
  • Python 3.7 or later with PIP
  • Graphviz

Installation

Install Python dependencies using pip3 install -r requirements.txt (make sure the pip executable match the correct python version)

Rename config.py.example to config.py and edit it with the required information. You may want to edit the file cogs/filter_messages.py as well.

Launch

Start the program using python3 bot.py (make sure you use the right Python executable)

Additional features

Ipinfo.io API

Tuxbot can use the ipinfo.io API for more precises results for the iplocalise command. If you want to use it you should create a ipinfoio.key in the top tuxbot folder.

Versions

Version list : Click here to display

Main contributors

Licensing

This project is under the Creative Commons BY-NC-SA 4.0 license - see LICENSE.md for more details