fascinus/README.md

57 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2023-10-01 19:14:37 -07:00
# Fascinus
2023-10-01 19:14:35 -07:00
cold hard bot for cold hard chats
## Commands
2023-10-01 19:14:35 -07:00
- $flood [AMOUNT] [TEXT] - Floods the channel with a specific line x amount of times
2023-10-01 19:14:35 -07:00
- $ctcpflood [TARGET] [TEXT (one word)] [AMOUNT] - Sends x amount of CTCP requests to a target.
- $sneed - Pastes the Sneed's Feed and Seed copypasta.
- $rspam [LINES (def=100, max=100000)] - Spams x lines of random characters.
- $uspam [LINES (def=100, max=100000)] - Spams x lines of random unicode characters of varying length.
2023-10-01 19:14:36 -07:00
- $art [IMAGE URL (png/jpg)] - Creates IRC art using a source image.
- $godwords [AMOUNT (def=50, max=100000)] - Generate x amount of random words. Inspired by TempleOS.
2023-10-01 19:14:36 -07:00
2023-10-01 19:14:36 -07:00
## Deployment
2023-10-01 19:14:37 -07:00
1. Install Docker (required) and Docker Compose (optional, but strongly recommended, following instructions assume its usage)
2. Copy `config/example.config.json` to `config/config.json` and modify the contents to your preference.
2023-10-01 19:14:36 -07:00
3. Run `docker compose up` to begin. Append `-d` to start in the background and `--build` if you make any changes to any files
2023-10-01 19:14:36 -07:00
## Support
If you need assistance with installation or usage, join #5000 on `irc.supernets.org`
2023-10-01 19:14:37 -07:00
## SATISFIED CUSTOMERS
- irc.pine64.org #Pine64 - in reference to spam caused by a completely different bot.
```
<Nyaa> https://github.com/gill6151/fascinushey my internet is back
<Nyaa> oh
<Nyaa> right
<Nyaa> yeah i found the source to the spambot, https://github.com/gill6151/fascinus
```
2023-10-01 19:14:36 -07:00
## Credits
2023-10-01 19:14:36 -07:00
- [phy1729/banter](https://github.com/phy1729/banter) - $art uses a version of banter modified to allow URLs in place of local image files. These changes will be published upstream once refined.
## License
ISC License
2023-10-01 19:14:37 -07:00
Copyright (c) 2023 hgw7
2023-10-01 19:14:36 -07:00
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
This repository contains a modified version of banter (https://github.com/phy1729/banter) which is licensed under GNU-GPL v3.0 and as such, this license does not apply to the contents of lib/banter.