Skip to content

Commit

Permalink
Change order of sections in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
filipre committed Mar 13, 2022
1 parent 7ed24c3 commit 781aace
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Python package to build your own Signal bots. To run the the bot you need to start the [signal-cli-rest-api](https://github.com/bbernhard/signal-cli-rest-api) service and link your device with it. Please refer to that project for more details. The API server must run in `json-rpc` mode.

## Getting Started

Please see https://github.com/filipre/signalbot-example for an example how to use the package and how to build a simple bot.

## Classes and API

*Documentation work in progress. Feel free to open an issue for questions.*
Expand Down Expand Up @@ -49,10 +53,6 @@ class PingChatTest(ChatTestCase):
```
In `signalbot.utils`, check out `ReceiveMessagesMock`, `SendMessagesMock` and `ReactMessageMock` to learn more about their API.

## Getting Started

Please see https://github.com/filipre/signalbot-example for an example how to use the package and how to build a simple bot.

## Troubleshooting

- Check that you linked your account successfully
Expand Down

0 comments on commit 781aace

Please sign in to comment.