song-lyric-dataset-generator


Namesong-lyric-dataset-generator JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/levijb/song_lyric_dataset_generator
SummaryAutomates creation of large custom datasets of song lyrics using the Genius API.
upload_time2023-01-27 08:29:38
maintainer
docs_urlNone
authorLevi Davis
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lyric_dataset_generator
- Framework of functions to automatically create large datasets with one line of code. 
- Sit back, relax, and keep your computer plugged in overnight and connected to the internet.
- Use make_dataset() to make a dataset and save_dataset() to download it to your computer. 
- Choose parameters to customize the output
  - topchart_type: songs, artists, or albums; Do you want to base the dataset on the top songs, artists, or albums?
  - genre: all, rap, rb, pop, rock, country; 
  - size: size of dataset , 1-10; Dataset size adjuster. 1= 10 top charts, 2= 20 top charts, ... , 10= 100 top charts
  - time: day, week, month, all_time; Top charts time period.
  - level: topchart, albums, discogrpahy. Do you want to the dataset to include only the top chart hits, or expand the dataset to add full albums of every topchart hit (topchart arguement must be either songs or albums), orr make a huge dataset by getting the N top songs in the artist's discography of every top chart hit? **This parameter may alter the dataset size more than the size parameter** 
         
         
NOTE: You first must obtain codes to access the API. Visit https://docs.genius.com/#/getting-started-h1 and follow the steps. To use this package you must have a .env file named 'tokens.env' stored in the same folder as the Lyrics_dataset_generator python file. In this .env store the codes you get -  client_id=#####, client_secret=#####, client_access_token=##### This is the site for the 'middle man' client made specifically for the Genius API https://lyricsgenius.readthedocs.io/en/master/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/levijb/song_lyric_dataset_generator",
    "name": "song-lyric-dataset-generator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Levi Davis",
    "author_email": "levijbdavis@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/17/f1/638b50d9424048af9adf09c721207abec73026b45caa602a8bfed25ae9c9/song_lyric_dataset_generator-1.0.1.tar.gz",
    "platform": null,
    "description": "# Lyric_dataset_generator\r\n- Framework of functions to automatically create large datasets with one line of code. \r\n- Sit back, relax, and keep your computer plugged in overnight and connected to the internet.\r\n- Use make_dataset() to make a dataset and save_dataset() to download it to your computer. \r\n- Choose parameters to customize the output\r\n  - topchart_type: songs, artists, or albums; Do you want to base the dataset on the top songs, artists, or albums?\r\n  - genre: all, rap, rb, pop, rock, country; \r\n  - size: size of dataset , 1-10; Dataset size adjuster. 1= 10 top charts, 2= 20 top charts, ... , 10= 100 top charts\r\n  - time: day, week, month, all_time; Top charts time period.\r\n  - level: topchart, albums, discogrpahy. Do you want to the dataset to include only the top chart hits, or expand the dataset to add full albums of every topchart hit (topchart arguement must be either songs or albums), orr make a huge dataset by getting the N top songs in the artist's discography of every top chart hit? **This parameter may alter the dataset size more than the size parameter** \r\n         \r\n         \r\nNOTE: You first must obtain codes to access the API. Visit https://docs.genius.com/#/getting-started-h1 and follow the steps. To use this package you must have a .env file named 'tokens.env' stored in the same folder as the Lyrics_dataset_generator python file. In this .env store the codes you get -  client_id=#####, client_secret=#####, client_access_token=##### This is the site for the 'middle man' client made specifically for the Genius API https://lyricsgenius.readthedocs.io/en/master/\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Automates creation of large custom datasets of song lyrics using the Genius API.",
    "version": "1.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e3285ae827130b026dcb94f4c2a35d1e993ff38ef7f91daa6a1e17ea65af9f3",
                "md5": "0ff4ee3e360c90d7c2709209005e6239",
                "sha256": "5e963730777d5d1febe58b96474d3acd8f3045b9986a6650a7e7c522816d4abf"
            },
            "downloads": -1,
            "filename": "song_lyric_dataset_generator-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ff4ee3e360c90d7c2709209005e6239",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3019,
            "upload_time": "2023-01-27T08:29:36",
            "upload_time_iso_8601": "2023-01-27T08:29:36.967288Z",
            "url": "https://files.pythonhosted.org/packages/5e/32/85ae827130b026dcb94f4c2a35d1e993ff38ef7f91daa6a1e17ea65af9f3/song_lyric_dataset_generator-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17f1638b50d9424048af9adf09c721207abec73026b45caa602a8bfed25ae9c9",
                "md5": "160c595e3c59deeab1cf84dc01941d00",
                "sha256": "fc899d309fcbe167915c4d37b8518ae1b75ff1a0f70b96a50200f71f204e23c3"
            },
            "downloads": -1,
            "filename": "song_lyric_dataset_generator-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "160c595e3c59deeab1cf84dc01941d00",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2799,
            "upload_time": "2023-01-27T08:29:38",
            "upload_time_iso_8601": "2023-01-27T08:29:38.477902Z",
            "url": "https://files.pythonhosted.org/packages/17/f1/638b50d9424048af9adf09c721207abec73026b45caa602a8bfed25ae9c9/song_lyric_dataset_generator-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-27 08:29:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "levijb",
    "github_project": "song_lyric_dataset_generator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "song-lyric-dataset-generator"
}
        
Elapsed time: 0.08607s