Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigpresh/lyrics-fetcher-genius
Lyrics::Fetcher fetcher for www.genius.com
https://github.com/bigpresh/lyrics-fetcher-genius
Last synced: about 2 months ago
JSON representation
Lyrics::Fetcher fetcher for www.genius.com
- Host: GitHub
- URL: https://github.com/bigpresh/lyrics-fetcher-genius
- Owner: bigpresh
- Created: 2020-10-22T09:41:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T15:26:33.000Z (about 4 years ago)
- Last Synced: 2024-10-13T11:32:39.379Z (3 months ago)
- Language: Makefile
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Lyrics-Fetcher-Genius
====================================Lyrics::Fetcher::Genius, as the name suggests, fetches lyrics
from www.genius.comIt is intended to be used as a fetcher by Lyrics::Fetcher, but
can be used on its own if you desire.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
LWP
HTML::Strip
Calling Lyrics::Fetcher::Genius via Lyrics::Fetcher->fetch() is
recommended, but you can call Lyrics::Fetcher::Genius->fetch() directly
if you want to do so.COPYRIGHT AND LICENCE
Copyright (C) 2020 by David Precious
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.7 or,
at your option, any later version of Perl 5 you may have available.AUTHOR
Contributed by Jim Turner in RT 133592
Maintained by David Precious