npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

link-flayer

v1.1.5

Published

Discord RSS News Bot

Downloads

9

Readme

Link-Flayer

Discord RSS News Bot

Link Flayer is a Discord Bot designed to provide your Discord server with RSS Newsfeeds Instant Web Searches and more.

Setup

  • If installing the npm or source npm install link-flayer or git clone https://github.com/johnfacey/link-flayer.git
  • Add your token from Discord Bot Interface to the config.json [https://discord.com/developers/applications/]
  • Setup has been moved from config file to environment variables to assume bot runs from one instance

Configure your feeds.json:

Each node with a "title", "link", "category" attribute to be used from an Airtable columns. Setting up Airtable for multiple Discord severs still in progress. It should be assumed every server will need its own Airtable Base and the coresponding apiKey, base and table name.

Airtable

Usage

  • If using the bot running already from its instance this setup will come later with multiple server profiles. Refer to the above for authorizing a bot to your server.
  • Running from source npm run start or node index.js
  • Can be added to any discord server with admin access and this oAuth link https://discord.com/api/oauth2/authorize?client_id=820809725398089779&permissions=2048&scope=bot

Sample .env for extra params ChatGPT, Airtable

DATABASE_URL='' TOKEN='' KEY='' BASE='' TABLE='' OPENAI_API='' OPENAI_ORG=''

Available Commands

  • !help - Lists the available commands: !help

  • !chat - Queries OpenAI Model: !chat what is a pizza

  • !search - Searches the RSS Sources: !search google

  • !get - Retrieves Search By Index: !get 25

  • !add - Add a new RSS Source Feed dynamically: !add http://www.engadget.com/rss.xml

  • !update - Updates all current RSS Feeds: !update

  • !quote - Selects a random quote: !quote

  • !random - Selects a random article: !random

  • !random category - Selects a random article by category: !random sports

  • !answer - Instant Live Search: !answer salesforce

  • !slang - Urban Dictionary Search: !slang slang

  • !stock - AlphaVantage Stock Search: !stock IBM

  • !play - Plays a trivia game question: !play

  • !answer - Answers for a question above: !answer 1

  • !npm - Gets NPM info from repository: !npm axios

  • !alert - Gets weather alerts for an area: !alert TX

  • !calc - Do math: !calc 2 + 2

  • !food - Selects a random recipe: !food

  • !code - Searches for code snippets: !code python loop

Example:

Airtable