mccallofthewild / Adhesive

A chatbot serving as your glue between Telegram and Signal sticker packs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adhesive

Adhesive is a simple bot which converts between Signal and Telegram sticker packs.

Screenshot of Adhesive (Telegram) in action Screenshot of Adhesive (Signal) in action

A running Telegram instance is available: @AdhesiveStickerBot.
There's also a Signal bot: +16692967337 Down for now.

Installation

python3 -m venv .venv
. .venv/bin/activate
pip install -Ur requirements.txt

Then copy config.example.toml to config.toml and fill it out according to the comments. For your Signal username/password you will need to install Signal Desktop and link it to your phone. Then run python -m adhesive.signal_auth to get your credentials.

To run the bot, run python -m adhesive.bot.

Signal bot setup

Setting up a Signal bot is more involved but still doable. Follow steps 1–6 of the Quick Start guide for the library I use. Then enter the phone number you used for setup in the config.toml file.

License

© io

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

A chatbot serving as your glue between Telegram and Signal sticker packs

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%