SkillAgentSearch skills...

Animelyrics

A python library for retrieving lyrics for anime songs from animelyrics dot com

Install / Use

/learn @emily-yu/Animelyrics
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

animelyrics

Description


Animelyrics is a python library for retrieving lyrics for anime songs
from animelyrics dot com.

Table of Contents
  • Requirements_
  • Installation_
  • Usage_

Requirements


-  urllib.request
-  bs4
-  requests
-  google
-  urllib.parse

Installation

Using pip

::

pip install animelyrics

or clone and install: ::

git clone https://github.com/emily-yu/animelyrics.git
cd animelyrics
python setup.py

Usage


::

    from animelyrics import AnimeLyrics
    al = AnimeLyrics('[keyword-to-search]')

+------------+------------------------------------+
| Function   | Parameter                          |
+============+====================================+
| init       | keyword-to-search                  |
+------------+------------------------------------+
| lyrics     | lang (en: English, jp: Japanese)   |
+------------+------------------------------------+
| song_title | n/a                                |
+------------+------------------------------------+
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated2y ago
Forks2

Languages

Python

Security Score

75/100

Audited on Aug 3, 2023

No findings