Mercurial > rsstweet
comparison README.md @ 110:f76d44baa3dc
Test adding redis support
author | nanaya <me@myconan.net> |
---|---|
date | Wed, 09 Nov 2016 07:35:03 +0900 |
parents | bdc723f05119 |
children | d7c13499626c |
comparison
equal
deleted
inserted
replaced
109:e74c23d5c42e | 110:f76d44baa3dc |
---|---|
19 one for me. | 19 one for me. |
20 | 20 |
21 Configuration | 21 Configuration |
22 ------------- | 22 ------------- |
23 | 23 |
24 This application depends on at least those two Twitter-related tokens: | 24 Create a config file. Read `config/config_init.rb` for hints. |
25 | |
26 - `RT_CONSUMER_KEY` | |
27 - `RT_CONSUMER_SECRET` | |
28 | |
29 Make sure to set them before using. | |
30 | |
31 Optionally, setting those two variables allows you access to private accounts which your account has access to: | |
32 | |
33 - `RT_ACCESS_TOKEN` | |
34 - `RT_ACCESS_TOKEN_SECRET` | |
35 | |
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) | |
40 | |
41 Alternatively, create a config file. Read `config/config_init.rb` for hints. | |
42 | 25 |
43 | 26 |
44 To do | 27 To do |
45 ----- | 28 ----- |
46 - expanded `t.co` links | 29 - expanded `t.co` links |