Skip to content
/ do-favor Public

Personal backup system to manage your own resources

Notifications You must be signed in to change notification settings

chage/do-favor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

do-favor

A ifttt-like toolkit, which could help you backup your resources easily, focus on twitter only.

Usage

npm install first and git submodule init && git submodule update

Create a config.json as following:

{
    "consumer_key": "",
    "consumer_secret": "",
    "access_token": "",
    "access_token_secret": "",
    "ever_token": ""
}

You can get twitter authority from here and evernote (development or production.

If program will run development env as default, if you want to use on real world, please don't forget to set NODE_ENV=production.

Then start up the program, it will backup all your favorite tweet to evernote. Maybe will add more services support in the future. Cause this is personal usage, please don't ask me to implement extra features. If you also need this then take it, or you could folk it and do whatever you want.

twitter -> evernote

Right now only support this backup solution. It will create a new note when user click favorite on tweet.

title: current datetime.
content: twitter link + twitter content.

About

Personal backup system to manage your own resources

Resources

Stars

Watchers

Forks

Packages

No packages published