Skip to content

soutar/kissanime-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KissAnime CLI

Quick and dirty command-line interface for streaming anime from KissAnime. The CLI allows you to search by anime title and select any available episode. The episode you select will be opened in your default web browser.

Build

KissAnime CLI is not yet available via npm, but can be built manually if you have Node.js installed.

  • git clone [email protected]:soutar/kissanime-cli.git
  • cd kissanime-cli
  • npm install
  • Finally, run with node lib/kissanime.js

## Shout outs

  • Cloudscraper - Used to get around Cloudflare's DDoS protection. Very handy!
  • Inquirer - Awesome, friendly command-line UI.
  • KissAnime - Somewhat questionable source of great anime
  • Babel - Allowed me to write crazy lunatic code with async/await. See lines 71-73 in src/kissanime.js for the coolest async-masquerading-as-sync code ever.

Bugs

There are probably bugs in this. If you're using it and find one, feel free to open an issue and I'll try and fix it. PRs of any sort are also very welcome.

About

Quick and dirty CLI for streaming anime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published