We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d80f0 commit 639ba20Copy full SHA for 639ba20
README.md
@@ -1,3 +1,21 @@
1
-rss
2
-===
+##**简介**
3
将微信公众号的订阅内容转换成RSS格式订阅,以便在RSS阅读器上查看
+
4
+##**工具依赖**
5
+ 1. phantomjs
6
7
+ ```shell
8
+ cd /usr/local/share
9
+ sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
10
+ sudo tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
11
+ sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/share/phantomjs
12
+ sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs
13
+ sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
14
+ ```
15
16
+ 2. selenium
17
18
19
+ sudo pip install -U selenium
20
21
0 commit comments