All Projects → signalstickers → Adhesive

signalstickers / Adhesive

Licence: agpl-3.0
A chatbot serving as your glue between Telegram and Signal sticker packs

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Adhesive

Mypackbot
🤖 Your own unlimited pack of Telegram-stickers
Stars: ✭ 18 (-28%)
Mutual labels:  bot, telegram-bot, stickers
Tlg joincaptchabot
Telegram Bot to verify if users that join a group, are humans. The Bot send an image captcha for each new user, and kick any of them that can't solve the captcha in a specified time.
Stars: ✭ 226 (+804%)
Mutual labels:  bot, telegram-bot, hacktoberfest
Madelineproto
Async PHP client/server API for the telegram MTProto protocol
Stars: ✭ 1,776 (+7004%)
Mutual labels:  bot, hacktoberfest, stickers
Groupbutler
This bot can help you in managing your group with rules, anti-flood, description, custom triggers, and much more!
Stars: ✭ 399 (+1496%)
Mutual labels:  bot, telegram-bot, hacktoberfest
Telegraf
Modern Telegram Bot Framework for Node.js
Stars: ✭ 5,178 (+20612%)
Mutual labels:  bot, telegram-bot
Bot
The community bot for the Python Discord community
Stars: ✭ 460 (+1740%)
Mutual labels:  bot, hacktoberfest
Mtproto
Full-native go implementation of Telegram API
Stars: ✭ 566 (+2164%)
Mutual labels:  telegram-bot, hacktoberfest
Free Tshirts Stickers And Swag For Developers
List of free tshirts, stickers and swags available for developers
Stars: ✭ 661 (+2544%)
Mutual labels:  hacktoberfest, stickers
Tgbot Cpp
C++ library for Telegram bot API
Stars: ✭ 439 (+1656%)
Mutual labels:  bot, telegram-bot
Voicy
@voicybot Telegram bot main repository
Stars: ✭ 620 (+2380%)
Mutual labels:  bot, telegram-bot
Zabbix In Telegram
Zabbix Notifications with graphs in Telegram
Stars: ✭ 710 (+2740%)
Mutual labels:  bot, telegram-bot
Werewolf
Werewolf for Telegram
Stars: ✭ 458 (+1732%)
Mutual labels:  bot, hacktoberfest
Nlp.js
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
Stars: ✭ 4,670 (+18580%)
Mutual labels:  bot, hacktoberfest
Guide
The official guide for discord.js, created and maintained by core members of its community
Stars: ✭ 512 (+1948%)
Mutual labels:  bot, hacktoberfest
Telegram
✈️ Telegram Notifications Channel for Laravel
Stars: ✭ 450 (+1700%)
Mutual labels:  telegram-bot, hacktoberfest
Wbot
A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 14th, 2020
Stars: ✭ 638 (+2452%)
Mutual labels:  bot, hacktoberfest
Informer
A Telegram Mass Surveillance Bot in Python
Stars: ✭ 745 (+2880%)
Mutual labels:  bot, telegram-bot
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+2808%)
Mutual labels:  bot, hacktoberfest
Java Telegram Bot Api
Telegram Bot API for Java
Stars: ✭ 819 (+3176%)
Mutual labels:  bot, telegram-bot
Yyetsbot
🎬 人人影视bot,完全对接人人影视全部无删减资源
Stars: ✭ 8,417 (+33568%)
Mutual labels:  bot, telegram-bot

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

Installation

python3 -m venv .venv
. .venv/bin/activate
pip install -Ur requirements.txt --use-feature=2020-resolver

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 mintz <[email protected]>

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].