Ce projet permet de récupérer les paroles de chansons de paroles.net.
Project description
ParolesNet
Ce projet permet de récupérer les paroles de chansons de paroles.net.
Installation
Cloner le repo et installer les dépendances avec pip :
git clone https://github.com/Starland9/paroles-net-wrapper
pip install -r requirements.txt
Utilisation
from paroles_net import ParolesNet
if __name__ == '__main__':
pn = ParolesNet()
songs = pn.get_best_songs()
song = songs[0]
print(song)
print(song.get_lyrics(and_save=True))
song = songs[1]
print(song)
print(song.get_lyrics())
song = songs[2]
print(song)
print(song.get_lyrics(and_save=True))
Licence
Ce projet est sous la licence MIT
Auteur
https://github.com/Starland9
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file paroles_net_wrapper-0.0.1.tar.gz
.
File metadata
- Download URL: paroles_net_wrapper-0.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9c3b52a61ab7369afd2f09ef90d31e4a5241b655fb4fd75530dad0997e2dd81 |
|
MD5 | 039ceaeea6ef89e4dc7a0e358e865629 |
|
BLAKE2b-256 | 18a906a227a824156b8b8eb88d8252ec56c002fec49b65e4ebf3588517a14800 |
File details
Details for the file paroles_net_wrapper-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: paroles_net_wrapper-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45f67ef4ebcd2d38b0dd8ee12940d7ddc96acb53461367cc7dc6e2b04104dcdc |
|
MD5 | a454f2418b7a4de4f775ca02c8326baf |
|
BLAKE2b-256 | 317222e7562a6193b52aa98b7ee508b488a7679a3b84c3f38555e6970ab8f409 |