Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.
/ doku-tagger Public archive

UNMAINTAINED AND PROBABLY NOT WORKING ANYMORE. Tag multiple germanophone media library documentaries with country data.

License

Notifications You must be signed in to change notification settings

juliuste/doku-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doku-tagger

Try to match meta data from documentaries fetched using the dokus module with country data.

npm version Build Status dependency status dev dependency status license chat on gitter

Usage

The module has a method all and a method for each media library supported by the dokus module like arte, mdr, etc… Each method returns a Promise which resolves in a list of objects representing single documentaries:

const dokus = require('doku-tagger')

dokus.all().then()

will resolve in a list of objects which look like this:

{
	title: '…',
	description: '…',
	tags: [],
	countries: [ 'eg' ], // list tagged countries (never empty)
	link: '…', // media library url
	image: '…', // thumbnail
	network: 'arte'
}

Similar Projects

  • dokus - Fetch documentary meta data from multiple german media libraries.
  • doku-karte - "German documentaries sorted by country and displayed on a map."
  • match-country-german - "Try to match given german country name with its ISO code."

Contributing

If you found a bug, want to propose a feature or feel the urge to complain about your life, feel free to visit the issues page.

About

UNMAINTAINED AND PROBABLY NOT WORKING ANYMORE. Tag multiple germanophone media library documentaries with country data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published