An open API service indexing awesome lists of open source software.

https://github.com/boneill02/botalan

cool discord bot
https://github.com/boneill02/botalan

bot discord discord-bot python

Last synced: about 1 year ago
JSON representation

cool discord bot

Awesome Lists containing this project

README

          

# botalan

botalan is a Discord bot written in Python. It is very basic, but more
features may be added later.
[Name origin](https://youtu.be/_swLxZu-exU).

## Commands

* `!fortune`: print fortune from system `fortune(1)`.
* `!cowsay `: print given string using system `cowsay(1)`.
* `!cowfortune`: print result of `fortune | cowsay`.
* `!tweet`: print a random Twitter shitpost from a bank.

## Dependencies

* tmux
* [discord.py](https://discordpy.readthedocs.io/en/stable/)

## Usage

Obtain a bot token, then run `start.sh` and enter the token. To stop,
run `stop.sh`.

## Bugs

Shell injections are possible currently. This must be addressed.

## License

Copyright (C) 2021 Ben O'Neill . License: MIT.
See LICENSE for more details.