mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
b7eb53e6a77a853291d250cf8aabd4207302a150
WinDog
WinDog/WinDogBot is a chatbot I've been (lazily) developing for years, with some special characteristics:
- multi-purpose: it's created for doing a myriad of different things, from the funny to the useful.
- multi-platform: it's an experiment in automagical multiplatform compatibility, with modules targeting a common abstracted API.
The officially-hosted instances of this bot are, respectively:
- @WinDogBot on Telegram
- @WinDog@botsin.space on Mastodon (can also be used from any other Fediverse platform)
In case you want to run your own instance:
git clone --depth 1 https://gitlab.com/octospacc/WinDog && cd ./WinDog
to get the code.python3 -m pip install -U -r ./requirements.txt
to install dependencies.cp ./LibWinDog/Config.py ./
and, in the new file, edit essential fields like user credentials, then delete the unmodified fields.sh ./StartWinDog.sh
to start the bot every time.
Description
Languages
Python
95.7%
CSS
2.7%
JavaScript
1.3%
Shell
0.3%