Mercurial > rsstweet
comparison README.md @ 28:03f904c070f7
Basic caching support.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sat, 06 Sep 2014 00:46:25 +0900 |
parents | c1783bab9035 |
children | e9a6019a34ea |
comparison
equal
deleted
inserted
replaced
27:efc548be0a3a | 28:03f904c070f7 |
---|---|
24 This application depends on at least those two Twitter-related tokens: | 24 This application depends on at least those two Twitter-related tokens: |
25 | 25 |
26 - `RT_CONSUMER_KEY` | 26 - `RT_CONSUMER_KEY` |
27 - `RT_CONSUMER_SECRET` | 27 - `RT_CONSUMER_SECRET` |
28 | 28 |
29 Make sure to set them before using. | |
30 | |
29 Optionally, setting those two variables allows you access to private accounts which your account has access to: | 31 Optionally, setting those two variables allows you access to private accounts which your account has access to: |
30 | 32 |
31 - `RT_ACCESS_TOKEN` | 33 - `RT_ACCESS_TOKEN` |
32 - `RT_ACCESS_TOKEN_SECRET` | 34 - `RT_ACCESS_TOKEN_SECRET` |
33 | 35 |
34 Make sure to set them before using. | 36 It is also recommended to have memcached installed so tweet requests will be cached |
37 for a short while. | |
38 | |
39 - `RT_MEMCACHED_SERVERS` (separate multiple servers with comma) | |
35 | 40 |
36 License | 41 License |
37 ------- | 42 ------- |
38 | 43 |
39 Copyright 2014 edogawaconan <me@myconan.net> | 44 Copyright 2014 edogawaconan <me@myconan.net> |