Skip to content

djas19/LibraryThingTags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibraryThingTagScraper

This is a small Python script created to extract all tags for a given list of workID's to an Excel sheet.

Getting Started

pip3 install -r /requirements.txt
python ./run.py --source=./example.txt

Parameters

parameter default value explanation
--source input.txt File with workIDs that need to be processed. each workID is on a separate line
--destination output.xlsx Name of the resulting Excel file.
--numberOfTags 6 The number of tags that need to be put in the resulting file. The n most popular tags will be chosen

Prerequisites

Python 3 is needs to be installed in order to be able to run this script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published