A basic harvester for Tumblr public post data as part of Social Feed Manager.
Provides harvesters for Tumblr API and harvesting is performed by tumblrarc which based on requests-oauthlib.
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"
Type: tumblr_blog_posts
Api methods called:
Required parameters:
- hostname
Optional parameters:
- incremental: True (default) or False
Required parameters:
- api_key