Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tremby/py-lyrics
Python script making use of LyricWiki (lyrics.wikia.com) to pull lyrics from the web from the commandline
https://github.com/tremby/py-lyrics
Last synced: 4 days ago
JSON representation
Python script making use of LyricWiki (lyrics.wikia.com) to pull lyrics from the web from the commandline
- Host: GitHub
- URL: https://github.com/tremby/py-lyrics
- Owner: tremby
- License: gpl-3.0
- Created: 2010-04-27T16:43:19.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2020-06-17T19:27:06.000Z (over 4 years ago)
- Last Synced: 2024-11-01T06:42:12.289Z (11 days ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 25
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Lyrics
======Output lyrics from LyricWiki for a given song or the currently playing song in
MPD.Dependencies
------------Python packages:
- lxml
- cssselectOptional binaries:
- mpc to get the currently playing song from MPD
Installation
------------Follow the usual Python paradigm
sudo python setup.py install
or just run it directly
./lyrics
Usage
-----See the help output
lyrics --help
for details. In its simplest form, `lyrics`, get the currently playing song from
MPD if possible, then fetch its lyrics from LyricWiki and output
them to stdout. The mode can be changed with various switches to open a browser
to the lyrics page or the edit lyrics page, or to output either URL to stdout.Or the artist and title can be given, such as `lyrics Rammstein Los` or `lyrics
Periphery "Ow My Feelings"`.Bugs
----Probably. Reports or patches are welcome, on the Github tracker.
Authors
-------Bart Nagel
and [others](https://github.com/tremby/py-lyrics/graphs/contributors)Download
--------- [From Github](https://github.com/tremby/py-lyrics)