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

neoxr-bot

v2.2.0

Published

WhatsApp Bot (Base)

Downloads

3

Readme

乂 Description

An automated system (WhatsApp Bot) that can help to do something, search and get data / information only through WhatsApp.

NEW! Implementation of my other project namely Github Database @neoxr/gitdb to see Click Here

乂 Database Setup

This script can use 2 types of database types NoSQL and SQL, for NoSQL types using MongoDB and SQL using PostgreSQL.

You can get free MongoDB database service at MongoDB Atlas while you can get PostgreSQL on Heroku and Railway.

1. Heroku

If you want to get from heroku, register first and do this steps :

  • Go to add-ons page
  • Search Heroku Posgress
  • Choose Hobby Dev and ADD
  • Go to Setting
  • Click Config Variables
  • Then copy DATABASE_URL value
  • Paste on .env file
  • Done!

Example :

DATABASE_URL = 'postgres://nmxbabrmewzxmy:d9651df4c26df9d9fdc447be36cf32349ffc3acad641dd3fb72b2bd682ace017@ec2-63-34-180-86.eu-west-1.compute.amazonaws.com:5432/d9atreqoeau273g'

2. Railway

Just like heroku must register first and do this steps :

  • Create New Project
  • Search Provision PostgreSQL
  • Click PostgreSQL on your project
  • Click Variables
  • Click Copy all
  • Paste on .env file
  • Done!

Example :

DATABASE_URL = 'postgresql://postgres:[email protected]:6917/railway'

3. MongoDB Atlas

Sorry, I can't write the tutorial here because it's a bit complicated so you can watch this Video

Example :

DATABASE_URL = 'mongodb+srv://neoxrbot:[email protected]/myFirstDatabase?retryWrites=true&w=majority'

乂 Installation

$ git clone https://github.com/neoxr/neoxr-bot

And then type this on your console.

$ npm i
$ node . <session_name>

NOTE :

  1. Use node version 14.x to avoid errors.
  2. If you find an error you can create an issue on this repo, don't ask me on whatsapp it's very annoying.
  3. This script is free and semi open source, you can get more apikey limit in Here.

乂 License

Copyright (c) 2022 Neoxr . Licensed under the GNU GPLv3