IFunny.js
the javascript iFunny library, with full async support
Install / Use
/learn @gastrodon/IFunny.jsREADME
iFunny.js
A simple wrapper for the iFunny API
const ifunny = require('iFunny')
const robot = new ifunny.Client({ prefix: '-' })
robot.on('login', async (fresh) => {
await robot.socket.start()
})
robot.handler.on('message' async () => {
message.reply('Hello, world!')
})
robot.command.on('ping', async (message, args) => {
message.reply('Pong!')
})
robot.login('username', 'password')
Fun fact, there's not a single file in this project called ifunny.js
Related Skills
openhue
329.0kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
329.0kElevenLabs text-to-speech with mac-style say UX.
weather
329.0kGet current weather and forecasts via wttr.in or Open-Meteo
tweakcc
1.4kCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock private/unreleased features, and much more. Supports both native/npm installs on all platforms.
