Skip to main content

No project description provided

Project description

@FindInChannelBot

Telegram 的消息搜索功能不支持中日韩等语言,因为这类语言字词间不加空格。而我习惯于使用 Telegram 的频道做笔记,因此一个好用的搜索功能对我来说很重要。为了能方便地在频道内搜索,这个机器人诞生了。

The ‘Find in Conversations’ feature in Telegram does not support searching in languages like Chinese/Japanese/Korean etc., since these languages do not have spaces between words. I'm used to take notes in Telegram channels, so it's important for me to have a better search tool. I made this bot so I can find in channels easily.

Usage

/start the bot
/add a channel to the bot
/find in the channel
/lang setting UI language
/cancel the current action
/help show help

The user interface language of this bot follows your Telegram settings by default (language packs on Telegram desktop, and system language settings on mobiles). Please help with translating!

Deploy

Instead of HTTP bot API, this bot uses MTProto client API. Please obtain these tokens:

You can install it via PyPI:

pip3 install -U telegram-find-in-channel-bot
Or clone this repo and install from source:
cd telegram-find-in-channel-bot
for f in tgficbot/locales/*.po; do
    mkdir -p ${f%.po}/LC_MESSAGES
    msgfmt $f -o ${f%.po}/LC_MESSAGES/main.mo
done
python3 setup.py install

Run apt install gettext if command msgfmt not found.

(Optional) If cryptg is installed, the bot will work faster:

apt update
apt install clang python3-dev
pip3 install -U cryptg

Configuration file is by default ~/.config/tgficbot.cfg, but you can specify a different location. Here's the format:

[api]
id = 123456
hash = xxxxxxxxxxxxxxxxx

[bot]
token = 123456789:xxxxxxxxxxxxxxxxxxxx

To run:

python3 -m tgficbot.main --config <config_file> --dbpath <directory_to_store_database>

The parameter following --dbpath indicates where the databases are stored. They are in ~/.cache/ if you don't specify --dbpath.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

telegram-find-in-channel-bot-0.3.0.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file telegram-find-in-channel-bot-0.3.0.tar.gz.

File metadata

  • Download URL: telegram-find-in-channel-bot-0.3.0.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.6

File hashes

Hashes for telegram-find-in-channel-bot-0.3.0.tar.gz
Algorithm Hash digest
SHA256 6645da80a8a291c3e182c445461bc5ece14fa1ac7d5221b139a62f1c2895754c
MD5 ff79d2092af10cb16947daee89de176f
BLAKE2b-256 c2f807eaaf23f8c00a7701c91925529cea1403dee8972736a9f11d750184ad54

See more details on using hashes here.

File details

Details for the file telegram_find_in_channel_bot-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: telegram_find_in_channel_bot-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.6

File hashes

Hashes for telegram_find_in_channel_bot-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 80131505a81dd07ab01a2d7399830e4a1c44fb4b59dd228107fe928169b80039
MD5 2be9b21de787313cbcd4982a151aa1a6
BLAKE2b-256 3081eb2f47e31a5669edccc27f6f70718a707a213d3a58a6785652ff0702790b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page