Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add info in README and bin/perceval
Browse files Browse the repository at this point in the history
vchrombie committed May 24, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8f9a34a commit 5a08994
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -42,6 +42,7 @@ are:
supybot Fetch messages from Supybot log files
telegram Fetch messages from the Telegram server
twitter Fetch tweets from the Twitter Search API
zulip Fetch messages from a Zulip stream
optional arguments:
-h, --help show this help message and exit
@@ -377,6 +378,15 @@ https://gist.github.com/valeriocos/7d4d28f72f53fbce49f1512ba77ef5f6
$ perceval twitter grimoirelab -t 12345678abcdefgh
```

### Zulip

Zulip backend needs `BOT_EMAIL_ADDRESS` and `BOT_API_KEY`. `EMAIL_ADDRESS` and `API_KEY` can
be used if the bots are restricted. More information at https://zulipchat.com/api/api-keys.

```
$ perceval zulip 'https://example.zulipchat.com/' 'stream' -e 'BOT_EMAIL_ADDRESS' -t 'BOT_API_KEY'
```

## Running tests

Perceval comes with a comprehensive list of unit tests.
1 change: 1 addition & 0 deletions bin/perceval
Original file line number Diff line number Diff line change
@@ -78,6 +78,7 @@ are:
stackexchange Fetch questions from StackExchange sites
supybot Fetch messages from Supybot log files
telegram Fetch messages from the Telegram server
zulip Fetch messages from a Zulip stream
optional arguments:
-h, --help show this help message and exit

0 comments on commit 5a08994

Please sign in to comment.