Signal-Desktop
telegram-bot-api

Signal-Desktop | telegram-bot-api | |
---|---|---|
325 | 27 | |
15,250 | 3,514 | |
1.2% | 2.6% | |
9.9 | 9.2 | |
9 days ago | about 1 month ago | |
TypeScript | C++ | |
GNU Affero General Public License v3.0 | gtkbook License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Signal-Desktop
- Signal-desktop upgrade bricks chat history
- Signal-desktop: ringing despite contact being muted #6847
-
Telegram has launched a pretty intense campaign to malign Signal as insecure
>Given how the posted described the optional `--no-sandbox` flag as "no sandbox on Linux", it's clear that they don't understand anything they're sharing, and they just want to spread FUD.
Could you elaborate as you seem to be more "knowledgeable". This flag is clear at what it does and shouldn't be shipped into production. https://no-sandbox.io/
You can have a look where they specifically chose to force it https://github.com/signalapp/Signal-Desktop/commit/1ca0d8210...
-
Privacy is Priceless, but Signal is Expensive
2: https://github.com/signalapp/Signal-Desktop/issues/1862
-
Interview on Signal app?
For more Information on how to proceed kindly connect with the HR on Signal app. Download (Signal ) on your mobile device https://signal.org/download/ and connect now with the HR ON +13093936282
-
CVE-2023-4863: Heap buffer overflow in WebP (Chrome)
It does, see [0]. Fun fact: Signal desktop, which uses Electron under the hood, is running without sandbox on Linux [1][2].
[0] https://github.com/electron/electron/pull/39824
[1] https://github.com/signalapp/Signal-Desktop/issues/5195
[2] https://github.com/signalapp/Signal-Desktop/pull/4381
- No longer showing link previews?
-
super choppy video streams
There was a issue opened on GitHub a while back apparently but that was closed due to inactivity. What you might want to do is either open a new issue directly in GitHub (provide as much information as possible and include debug logs) or just send them a support ticket via the support form (and include debug logs).
- Signal Desktop for Windows takes 30+ min to send messages. Phone app still works.
-
Signal Android BETA has text formatting now
Desktop will have it https://github.com/signalapp/Signal-Desktop/commit/9bfbee464bc307a9133ccf43042987343722afe9
telegram-bot-api
-
A hackable AI assistant using a single SQLite table and a handful of cron jobs
*Update*: I tried writing a little Python code to read and write from a mailbox, reading worked great, but writing an email had the email disappear to some filter or spam or something somewhere. I've got to figure out where it went, but this is the warning that some people had about not trusting a messaging protocol (email in this case) when you can't control the servers. Messages can disappear.
I read that [Mailgun](https://www.mailgun.com/) might improve this. Haven't tried it yet.
Other alternatives for messages that I haven't tried. My requirement is to be able to send messages and send/receive on my mobile device. I do not want to write a mobile app.
* [Telegram](https://telegram.org/) (OP's system) with [bots](https://core.telegram.org/bots)
-
Hide sender name
Is not that hard, they have amazing documentation about it: https://core.telegram.org/bots
-
Telegram OAuth Authorization for Your Site
You can make authorization via Telegram another way. It works. But today we want to do the classic OAuth Authorization. Before you begin, you need to create a Telegram bot and obtain your bot token. You can do this in @BotFather in Telegram. For more information on initiating a bot, read the Telegram Bot API documentation: https://core.telegram.org/bots
-
Is my idea possible to implement?
Absolutely possible. Here's the github page to the Telegram bot API. You would just need to check for incoming messages, check the body of the message for a word or phrase, and then send a message back with a photo or gif and an encouraging message.
-
How I built an AI-based Telegram bot in 21 minutes with Make and OpenAI
Creating a Telegram bot is fun: there's no website, no sign up, no forms — you just use a... bot. Yes, a bot that creates bots. It's called the BotFather 😂
-
A simple forwarder from WhatsApp to Telegram written in Go
Telegram has a bot API server that provides API to control the bots and get updates. Their own instance has some restrictions like you cannot download files bigger than 20MB. So, using a self hosted bot API server, you can overcome those limits.
- Serverless + JS: Um bot de web-scrapping diário
-
From BotFather to 'Hello World'
General Bot Platform Overview
- Não consigo abrir api.telegram.org na Claro
-
Can anyone teach me how to make these?
It's done via bots, which let you add clickable options to posts. Here's an FAQ on bots: https://core.telegram.org/bots
What are some alternatives?
axolotl - A Signal compatible cross plattform client written in Go, Rust and Vuejs
aiogram - aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
session-desktop - Session Desktop - Onion routing based messenger [DEPRECATED SEE README]
Gotify - A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
signal-cli - signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger.
python-telegram-bot - We have made you a wrapper you can't refuse
