mhagdorn / bliptools

tools for handling blipfoto journals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bliptools

tools for handling blipfoto journals

Configuration

The bliptools need a configuration file with an API access token which can be generated on the blipfoto developer page. The configuration file should have the following entries:

[general]
accesstoken = SOME_LONG_HEX_STRING
client_id = ANOTHER_HEX_STRING
username = blipname
baseurl = https://api.blipfoto.com/4/

By default bliptools will look for the configuration in ~/.bliptools.

About

tools for handling blipfoto journals

License:GNU General Public License v3.0


Languages

Language:Python 100.0%