Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
/ Adhesive Public archive

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

License

Notifications You must be signed in to change notification settings

signalstickers/Adhesive

Repository files navigation

Adhesive

This project is archived until further notice. No bug reports will be accepted, and no commits will be made until mobilecoinofficial/auxin#77 is resolved. A running Telegram instance is available: @AdhesiveStickerBot, however, this is provided as is, and no effort to fix errors will be made. The Signal bot is also down.

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

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/.