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

ani-auto

v1.3.3

Published

Automatic anime episode downloader

Readme

      █████╗ ███╗   ██╗██╗      █████╗ ██╗   ██╗████████╗ ██████╗ 
     ██╔══██╗████╗  ██║██║     ██╔══██╗██║   ██║╚══██╔══╝██╔═══██╗
     ███████║██╔██╗ ██║██║     ███████║██║   ██║   ██║   ██║   ██║
     ██╔══██║██║╚██╗██║██║     ██╔══██║██║   ██║   ██║   ██║   ██║
     ██║  ██║██║ ╚████║██║     ██║  ██║╚██████╔╝   ██║   ╚██████╔╝
     ╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝     ╚═╝  ╚═╝ ╚═════╝    ╚═╝    ╚═════╝ 
            A N I M E   A U T O   D O W N L O A D E R

ani-auto

automatically downloads new anime episodes. works with your AniList watching list or a manual list — no account required.


installation

npm install -g ani-auto

quick start

ani-auto setup
ani-auto download

Tip: connecting your AniList account lets the daemon know exactly when episodes air and download them automatically. without AniList, you can still add anime manually and the daemon will check every 2 hours.


features

1. anilist sync stays in sync with your watching list — only downloads episodes you haven't seen yet. supports multiple statuses (watching, paused, planning, repeating).

2. manual list no AniList account? add any anime manually with ani-auto add "title" and it will be tracked and downloaded just like AniList entries.

3. quality control choose your preferred quality on each run or set a default. set a different quality per anime with ani-auto quality.

4. smart daemon connects to your AniList to know exactly when each episode airs and downloads at the right time. falls back to checking every 2 hours for manual list entries or when AniList is not connected.

5. offline recovery if your device loses internet, the daemon detects it instantly and resumes the moment connection is restored.

6. episode range download a specific range of episodes in one run — useful for catching up on a series.

7. telegram notifications get notified on your phone when episodes download, fail, or the daemon starts. message @userinfobot on telegram to get your chat id, then run ani-auto setup.

8. pause & resume disable any anime at any time without losing your download history.

9. retry failed episodes re-attempt all failed downloads in one command with ani-auto retry.


commands

Usage: ani-auto [options] [command]

Options:
  -V, --version          output the version number
  -h, --help             display help for command

Commands:
  setup                  Interactive first-time configuration wizard
  download               Run one download cycle immediately
  list                   Show all tracked anime and their episode download status
  add [options] <title>  Search AniList and add an anime to the manual list
  remove [title]         Remove an anime from the manual list
  enable                 Re-enable downloads for an anime
  disable                Pause downloads for an anime (keeps history)
  quality [title]        Set per-anime quality override
  retry                  Re-attempt all failed episode downloads
  status [options]       Show recent run log or per-anime episode breakdown
  notify [action]        Enable or disable Telegram notifications (on, off)
  config [options]       View, update, or open config file
  update                 Check for updates and install the latest version
  daemon [action]        Manage the background daemon (install, start, stop, restart, status, logs)
  help [command]         display help for command

configuration

ani-auto config --set-quality 1080p
ani-auto config --set-concurrency 3
ani-auto config --set-output ~/videos/anime
ani-auto config --set-interval 120
ani-auto config --set-airing-buffer 5
ani-auto config --open

background service (linux)

install and start the daemon as a systemd service with one command:

ani-auto daemon install

other daemon commands:

ani-auto daemon enable   # enable daemon service
ani-auto daemon disable  # disable daemon service
ani-auto daemon start    # start the service
ani-auto daemon stop     # stop the service
ani-auto daemon restart  # restart the service
ani-auto daemon status   # check if running
ani-auto daemon logs     # stream live logs