Skip to content

A basic harvester for Tumblr public posts data as part of Social Feed Manager.

License

Notifications You must be signed in to change notification settings

gwu-libraries/sfm-tumblr-harvester

Repository files navigation

sfm-tumblr-harvester

A basic harvester for Tumblr public post data as part of Social Feed Manager.

Build Status

Provides harvesters for Tumblr API and harvesting is performed by tumblrarc which based on requests-oauthlib.

Development

For information on development and running tests, see the development documentation.

When running tests, provide Tumblr credentials either as a test_config.py file or environment variable (TUMBLR_API_KEY). An example test_config.py looks like:

TUMBLR_API_KEY = "3jlICwerCIWqEdUdAyuenNyercwkVuXOuYFoxTPafWx8DsUMe2"

User posts harvest type

Type: tumblr_blog_posts

Api methods called:

Required parameters:

  • hostname

Optional parameters:

  • incremental: True (default) or False

Authentication

Required parameters:

  • api_key