Onosendai

From Vague Hope Wiki
Revision as of 02:48, 13 May 2013 by Haku (Talk | contribs) (SuccessWhale only deck.conf)

Jump to: navigation, search

Sample Configs

SuccessWhale only deck.conf

Changes you needed to make before using his:

  • Fill in Success Whale 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"
    }
  ]
}