deekchat_renachan/README.md

32 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2023-07-22 19:27:10 +00:00
# DeekChat's Rena Chan bot
2023-07-22 19:42:17 +00:00
Just some retarded image searching bot for deekchat.ml version THREE!!!!!!!!
This implements the brand new not buggy at all multi channel support thingy!!! Glory to the chinese government!!!!!11!!
2023-07-22 19:27:10 +00:00
https://deekchat.ml
## Features
1. Made in javascript. Wait, that's not a feature.
2. Has FIVE incredible commands
- `.img <search term>` (aliases: `.i`, `.im`)
- `.page <page>` (aliases: `.p`)
- `.prop` Check if the sun has exploded
- `.mumble <[optional]ip:port>` Ping mum
- `.help` If you need help using your dilator
- and `.ping`... for spamming purposes.
2023-07-22 19:42:17 +00:00
3. Command ratelimiting removed, now handled by dick chat!!!!
2023-07-22 19:27:10 +00:00
4. Simple link embed thingy
5. Less buggy than deekchat, lolcatware stay winning
2023-07-22 19:42:17 +00:00
This time around, I removed the shitty websocket library and I'm now using ws, which is like, faster or something I don't really know.
2023-07-22 19:27:10 +00:00
## Setup
```sh
sudo apt install nodejs npm
2023-07-22 19:42:17 +00:00
sudo npm install -g nodemon
npm install node-fetch@v2 duckduckgo-images-api ws form-data cheerio he
2023-07-22 19:27:10 +00:00
2023-07-22 19:42:17 +00:00
nodemon # enjoy!!
```