discogs-scraper

Scrapes discogs website based on urls and then outputs csv


Keywords
SOME, MEANINGFULL, KEYWORDS
License
MIT
Install
pip install discogs-scraper==0.15

Documentation

discogs-scraper

This is a library which currently only contains a main function. This main function will read a URL.txt file and get release information about that release and output it into a file name output.csv

This is not a feature complete version and there will more updates coming

Installation

Install the client from PyPI using your favorite package manager.

$ pip3 install discogs-scraper

Quickstart

To Run Main

Run the below in a terminal which contains "URL.txt", where the file contains a new URL of a discog release on each line

Note that the URL must contain "release", not "master release"

>>> import discogs_scraper
>>> discogs_scraper.main()

To run straight fr

Contributing

  1. Fork this repo
  2. Create a feature branch
  3. Open a pull-request