various plugin refactors and fixes
This commit is contained in:
@@ -104,16 +104,18 @@ systemctl start funguybot
|
||||
|
||||
The bot includes the following plugins:
|
||||
|
||||
- **admin.py**: Full room moderation – multi‑word name support
|
||||
- **arxiv.py**: arXiv academic paper search (with rate limiting and error reporting)
|
||||
- **admin.py**: Full room moderation – multi-word name support
|
||||
- **arxiv.py**: arXiv academic paper search
|
||||
- **bitcoin.py**: Current Bitcoin price
|
||||
- **common.py**: Shared utilities for FunguyBot plugins.
|
||||
- **config.py**: Admin-only configuration commands (preserves disabled plugins)
|
||||
- **cron.py**: In‑process cron scheduler (room‑aware, no system crontab)
|
||||
- **cron.py**: In-process cron scheduler (room-aware, no system crontab)
|
||||
- **date.py**: Show current date and time
|
||||
- **ddg.py**: DuckDuckGo search – collapsible results (ddgs library, no API key)
|
||||
- **dictionary.py** Dictionary plugin to fetch word definitions from dict
|
||||
- **dns.py**: DNS reconnaissance
|
||||
- **ddg.py**: DuckDuckGo search plugin
|
||||
- **dictionary.py**: Look up word definitions using system dictionary
|
||||
- **dns.py**: DNS reconnaissance (SSRF-safe)
|
||||
- **dnsdumpster.py**: DNSDumpster domain reconnaissance
|
||||
- **encode.py**: Comprehensive CyberChef-like encoding and analysis toolkit
|
||||
- **exploitdb.py**: Exploit-DB search
|
||||
- **fortune.py**: Random fortune message
|
||||
- **geo.py**: IP geolocation lookup
|
||||
@@ -124,27 +126,29 @@ The bot includes the following plugins:
|
||||
- **imdb.py**: IMDb lookup via OMDb API
|
||||
- **infermatic-text.py**: AI text generation via Infermatic API
|
||||
- **isup.py**: Check if a site is up
|
||||
- **joke.py**: Get a random joke from the joke APIs
|
||||
- **joke.py**: Get random jokes from the Official Joke API
|
||||
- **karma.py**: Room karma tracking system (display names only, no Matrix IDs)
|
||||
- **lastfm.py**: Last.fm integration
|
||||
- **lastfm.py**: Last.fm music stats with aligned code block output
|
||||
- **loadplugin.py**: Load/unload plugins at runtime
|
||||
- **news.py**: News headlines via GNews API
|
||||
- **plugins.py**: List all loaded plugins
|
||||
- **plugins.py**: List all loaded plugins with count
|
||||
- **proxy.py**: Working SOCKS5 proxy finder
|
||||
- **quote.py**: Goodreads quotes via headless browser (Playwright)
|
||||
- **roomstats.py**: Per‑user room statistics (Limnoria‑style), with multi‑word name support
|
||||
- **quote.py**: Fetch Goodreads quotes
|
||||
- **roomstats.py**: Per-user room statistics
|
||||
- **shodan.py**: Shodan.io reconnaissance
|
||||
- **sslscan.py**: SSL/TLS security scanner
|
||||
- **stable-diffusion.py**: Stable Diffusion image generation
|
||||
- **stable-diffusion.py**: Stable Diffusion image generation (LORA support)
|
||||
- **subdomains.py**: Subdomain enumeration via CertSpotter
|
||||
- **sysinfo.py**: System information and monitoring
|
||||
- **timezone.py**: World clock (no hardcoded cities)
|
||||
- **subnet.py**: Subnet calculator
|
||||
- **sysinfo.py**: System information plugin
|
||||
- **timezone.py**: World clock (offline IANA zones + free geocoding)
|
||||
- **urbandictionary.py**: Urban Dictionary definitions
|
||||
- **weather.py**: Weather forecast (OWM primary, Open‑Meteo fallback)
|
||||
- **utils.py**: Security utilities for Funguy Bot plugins.
|
||||
- **weather.py**: Weather data plugin
|
||||
- **welcome.py**: Room welcome message
|
||||
- **whois.py**: WHOIS lookup
|
||||
- **whois.py**: Domain WHOIS lookup
|
||||
- **wikipedia.py**: Wikipedia article summary
|
||||
- **xkcd.py**: Random XKCD comic
|
||||
- **xkcd.py**: Fetch random or specific xkcd comics
|
||||
- **youtube-search.py**: YouTube video search
|
||||
|
||||
## Configuration
|
||||
|
||||
Reference in New Issue
Block a user