Difference between revisions of "Onosendai"

From Vague Hope Wiki
Jump to: navigation, search
(SuccessWhale only deck.conf)
(SuccessWhale only deck.conf)
 
Line 4: Line 4:
  
 
Changes you needed to make before using this:
 
Changes you needed to make before using this:
* Fill in Success Whale username and password.
+
* Fill in SuccessWhale username and password.
 
* Replace all '1234567890' with you Twitter account number.
 
* Replace all '1234567890' with you Twitter account number.
 
* Replace all '9876543210' with your Facebook account number.
 
* Replace all '9876543210' with your Facebook account number.

Latest revision as of 02:51, 13 May 2013

Sample Configs

SuccessWhale only deck.conf

Changes you needed to make before using this:

  • Fill in SuccessWhale username and password.
  • Replace all '1234567890' with you Twitter account number.
  • Replace all '9876543210' with your Facebook account number.
  • Check the background refresh intervals are as you want them.
{
  "accounts": [
    {
      "id": "sw0",
      "provider": "successwhale",
      "username": "?username?",
      "password": "?password?"
    }
  ],
  "feeds": [
    {
      "id": 1,
      "title": "Timeline",
      "account": "sw0",
      "resource": "twitter/1234567890/statuses/home_timeline",
      "refresh": "30min"
    }, {
      "id": 2,
      "title": "Mentions and Me",
      "account": "sw0",
      "resource": "twitter/1234567890/statuses/mentions:twitter/1234567890/statuses/user_timeline",
      "refresh": "30min",
      "notify": true
    }, {
      "id": 3,
      "title": "Facebook Home",
      "account": "sw0",
      "resource": "facebook/9876543210/me/home",
      "refresh": "30min"
    }, {
      "id": 4,
      "title": "Read Later",
      "resource": "later"
    }
  ]
}