Skip to content

Commit

Permalink
RSS Readme and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rockneurotiko committed May 24, 2015
1 parent 2aa6670 commit 34c87b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ Bot Commands
<sides>
</td>
</tr>
<tr>
<td>rss.lua</td>
<td>Manage User/Chat RSS subscriptions.</td>
<td>!rss: Get the rss subscriptions.<br>!rss subscribe (url): Subscribe to that url.<br>!rss unsubscribe (id): Unsubscribe of that id.<br>!rss sync: Sync the rss subscriptios now. Only sudo users can use this option.<br></td>
</tr>
<tr>
<td>search_youtube.lua</td>
<td>Search video on YouTube and send it.</td>
Expand Down Expand Up @@ -295,7 +300,7 @@ Installation
------------
```bash
# Tested on Ubuntu 14.04, for other OSs check out https://github.com/vysheng/tg#installation
sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev make unzip git redis-server
sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev make unzip git redis-server expat libexpat1-dev
```

```bash
Expand Down
5 changes: 5 additions & 0 deletions launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ install_rocks() {
RET=$?; if [ $RET -ne 0 ];
then echo "Error. Exiting."; exit $RET;
fi

./.luarocks/bin/luarocks install feedparser
RET=$?; if [ $RET -ne 0 ];
then echo "Error. Exiting."; exit $RET;
fi
}

install() {
Expand Down

0 comments on commit 34c87b4

Please sign in to comment.