Metadata-Version: 2.1
Name: epcrawler
Version: 1.2
Summary: Scraper to extract episode names from anidb
Home-page: https://github.com/dgsmiley18/epcrawler
Author: Douglas Vianna
Author-email: douglasvianna230@gmail.com
License: GPLv3
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: requests

# Anime Episode Name Scraper

![GitHub stars](https://img.shields.io/github/stars/dgsmiley18/EpCrawler.svg?style=social&label=Star&maxAge=2592000)
![Python](https://img.shields.io/badge/python-v3.6+-blue.svg)
![License](https://img.shields.io/badge/license-GPLv3-blue.svg)
![Pip url](https://img.shields.io/pypi/v/epcrawler.svg)

## **epcrawler** - get episode names from anidb

## 🎨 Table of Contents

- [Anime Episode Name Scraper](#anime-episode-name-scraper)
  - [**epcrawler** - get episode names from anidb](#epcrawler---get-episode-names-from-anidb)
  - [🎨 Table of Contents](#-table-of-contents)
  - [💾 Installation](#-installation)
  - [📙 Usage](#-usage)
  - [🖥️ Command line interface](#️-command-line-interface)

## 💾 Installation

The recommended installation method is using `pip`:

```bash
pip install epcrawler
```

Check the [command line](%EF%B8%8F-command-line-interface) section for supported commands.

## 📙 Usage

Copy the name of the anime and pass it to `epcrawler`.

You can use `--name` and `--output` command line argument to specify the anime name and output file respectively.


## 🖥️ Command line interface

Currently `epcrawler` supports these commands

```bash
usage: Episode Finder [-h] -n NAME [-o OUTPUT]

Find the episodes names from your favorite anime!

options:
  -h, --help            show this help message and exit
  -n NAME, --name NAME  specify the anime name
  -o OUTPUT, --output OUTPUT
                        specify the output file
```
