Skip to content

CS Wiki Search Bot

Andrey edited this page May 12, 2020 · 4 revisions

About

Telegram link: @cs_wiki_search_bot

Deploy

Require telegramBots/userBot/.env file to successfully start container specified in docker-compose.yml

.env file should contain:

USER_BOT_TOKEN=<TOKEN>
API_HOST=188.124.37.185
API_PORT=5000

Optionally it can contain proxy configuration. Bot use proxy only if PROXY_URL provided.

PROXY_URL=
PROXY_LOGIN=
PROXY_PASSWORD=

Only HTTP proxies available.

Usage

Use /find something command

/find_id _id to search by id

/list_all to get list of all records

Inline mode also available: type @cs_wiki_search_bot [search query] and choose proper response.

Clone this wiki locally