This obsoletes the bot written in fish.
- Get bot token from @BotFather
- Run credentials.py and paste the bot token (
python3 credentials.py
) - Run the bot (
python3 main.py
)
for details on how to make a module for the bot, refer this
This codebase is pure cancer btw, not that I cannot write clean code, but I'm too lazy to do so :p
This bot is licensed under GPLv3 which means you MUST make all of your changes public.
SPDX-License-Identifier: GPL-3.0-only
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Copyright (c) 2024, Firdaus Hakimi <[email protected]>