Skip to content

Commit

Permalink
Added Telegram link to add the bot directly
Browse files Browse the repository at this point in the history
Along with some privacy info and other modifications
  • Loading branch information
fuerbringer authored Jun 17, 2017
1 parent 0e23a9e commit 905342f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# SearX Bot
A Telegram Bot that forwards search results from a public [SearX](https://github.com/asciimoo/searx) instance.
# Searxbot
A Telegram Bot that forwards search results from a public [Searx](https://github.com/asciimoo/searx) instance.

_@SearxBot on Telegram_
_[@SearxBot](https://t.me/SearxBot) on Telegram_

## Usage
Example usage:

![SearxBot Usage Example](https://github.com/fuerbringer/searxbot/raw/master/usage.png)

## Setup
Every time you use this bot your searches are sent to the server the bot is running on, which isn't optimal for privacy. That is why I recommend self hosting it! Here's how:
### Classic
The _old school_ way of installing Searxbot is quite simple:

Expand All @@ -24,5 +25,5 @@ The _old school_ way of installing Searxbot is quite simple:
3. Build the Docker image like this: `docker build -t fuerbringer/searxbot .`
4. Run the Docker image: `docker run -d --name searxbot fuerbringer/searxbot`

## SearX instances
A list of public SearX instances can be found [here](https://github.com/asciimoo/searx/wiki/Searx-instances).
## Searx instances
A list of public Searx instances can be found [here](https://github.com/asciimoo/searx/wiki/Searx-instances).

0 comments on commit 905342f

Please sign in to comment.