Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
/ bellboy Public archive

my old CLI app to download tumblr posts

Notifications You must be signed in to change notification settings

anmarchenko/bellboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bellboy

Usage:

bellboy

Example configuration file (~/.bellboy/bellboy.conf):

{
  "tumblr": {
    "consumerKey": "SECRET_KEY",
    "consumerSecret": "SECRET_KEY",
    "oauthKey": "SECRET_KEY",
    "oauthSecret": "SECRET_KEY",
    "blog": "myblog"
  },

  "db": "~/.bellboy/bellboy.db",
  "mediaFolder": "~/.bellboy/media"
}

Dependencies (for tests):

  • go get gopkg.in/jarcoal/httpmock.v1

About

my old CLI app to download tumblr posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages