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 🙏

© 2026 – Pkg Stats / Ryan Hefner

reddit-networking-bot

v1.0.0

Published

A Reddit bot to PM people interested in tech-founder networking groups

Readme

Social Media Networking Bot

A sophisticated bot that finds users interested in business networking on TikTok, X (formerly Twitter), YouTube, and Facebook and engages with them using advanced web scraping techniques to avoid detection.

Features

  • Advanced Anti-Detection Measures: Uses browser fingerprint randomization, proxy rotation, and human-like behavior simulation
  • Multi-Platform Support: Targets TikTok, X.com, YouTube, and Facebook
  • Intelligent Rate Limiting: Automatically adjusts activity based on platform responses
  • Human Behavior Simulation: Mimics natural typing patterns, scrolling behavior, and timing
  • Proxy Support: Integrates with proxy services to avoid IP-based blocking
  • Resilient Error Handling: Gracefully handles platform changes and rate limiting

Setup

  1. Configure Proxies (Optional but Recommended):

    • Add proxies to proxies.txt in the format: host:port:username:password
    • Or set up a Webshare API token in your .env file
  2. Environment Configuration:

    • Copy sample.env to .env and configure the settings
    • Set browser and proxy configurations
    • Add platform credentials if you want to use authenticated features
  3. Customize Messages and Search Terms:

    • Edit config.json to customize your outreach messages
    • Adjust search terms to target your specific audience
  4. Install Dependencies and Run:

pnpm install
pnpm start

How It Works

The bot operates in cycles, with built-in randomization to appear more human-like:

  1. Platform Selection: Selects a platform to target for the current cycle
  2. Search Phase: Searches for users based on configured keywords
  3. Filtering Phase: Filters out previously contacted users and obvious bots
  4. Engagement Phase: Follows users and attempts to engage through comments or mentions (if available)
  5. Cooldown Phase: Waits a randomized period before the next cycle

Anti-Detection Features

  • Browser Fingerprint Randomization: Changes browser signatures to avoid tracking
  • Human-Like Behavior: Simulates realistic typing speeds, mouse movements, and page interactions
  • Intelligent Timing: Operates only during business hours with natural pauses
  • Progressive Backoff: Automatically slows down when rate limits are detected
  • Header Customization: Uses realistic browser headers

Platform-Specific Notes

TikTok

Since TikTok doesn't have direct messaging for unauthenticated users, the bot follows users and comments on their latest video.

X.com (Twitter)

The bot follows users and mentions them in tweets. If you have API access with direct messaging permissions, you can enable those features by setting up the API credentials in your .env file.

YouTube

The bot follows users and comments on their latest video.

Facebook

The bot follows users and comments on their latest post.

Maintenance

  • The bot persists messaged users in platform-specific files (e.g., messaged-tiktok.json, messaged-x.json, messaged-youtube.json, messaged-facebook.json)
  • The bot persists proxies in the proxies.txt file
  • Logs are stored in the logs directory for troubleshooting
  • Screenshots are stored in the screenshots directory for debugging
  • Proxies are automatically validated and scored based on reliability

License

This project is licensed under the MIT License - see the LICENSE file for details.