All Projects → goodmind → Treact

goodmind / Treact

Licence: mit
📢 Telegram React application (TDLIB VERSION IS BEING WORKED ON!)

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Treact

Mtproto Core
Telegram API JS (MTProto) client library for browser and nodejs
Stars: ✭ 242 (+120%)
Mutual labels:  telegram, messenger, client
Bottender
⚡️ A framework for building conversational user interfaces.
Stars: ✭ 3,803 (+3357.27%)
Mutual labels:  telegram, messenger
Falconmessenger
🌟🌟🌟🌟🌟 Falcon Messenger is a Fast and Beautiful cloud-based messaging app. With iOS and IPadOS Support. Available on the App Store.
Stars: ✭ 310 (+181.82%)
Mutual labels:  telegram, messenger
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+3776.36%)
Mutual labels:  telegram, messenger
Messenger
Package messenger is used for making bots for use with Facebook messenger
Stars: ✭ 278 (+152.73%)
Mutual labels:  messenger, client
Tg
terminal telegram client that really works
Stars: ✭ 281 (+155.45%)
Mutual labels:  telegram, client
Franz
Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more.
Stars: ✭ 4,088 (+3616.36%)
Mutual labels:  telegram, messenger
Swiftybot
How to create a Telegram, Facebook Messenger, and Google Assistant bot with Swift using Vapor on Ubuntu / macOS.
Stars: ✭ 247 (+124.55%)
Mutual labels:  telegram, messenger
Chat
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
Stars: ✭ 8,238 (+7389.09%)
Mutual labels:  telegram, messenger
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+555.45%)
Mutual labels:  telegram, messenger
Kantek
kantek is a userbot written in Python using Telethon.
Stars: ✭ 45 (-59.09%)
Mutual labels:  telegram, client
messaging-apis
Messaging APIs for multi-platform
Stars: ✭ 1,759 (+1499.09%)
Mutual labels:  telegram, messenger
dark
🌛 Dark themes / mode for Rambox, Franz or Ferdi messaging services
Stars: ✭ 93 (-15.45%)
Mutual labels:  telegram, messenger
Egram.tel
Crossplatform Telegram client
Stars: ✭ 305 (+177.27%)
Mutual labels:  telegram, messenger
Tdesktop
Telegram Desktop messaging app
Stars: ✭ 17,508 (+15816.36%)
Mutual labels:  telegram, messenger
Messenger Ios Chat Swift Firestore
Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift
Stars: ✭ 405 (+268.18%)
Mutual labels:  telegram, messenger
Ferdi
🧔🏽 Ferdi helps you organize how you use your favourite apps by combining them into one application
Stars: ✭ 4,089 (+3617.27%)
Mutual labels:  telegram, messenger
Telebot.nim
Async client for Telegram Bot API in pure Nim [Bot API 5.1]
Stars: ✭ 93 (-15.45%)
Mutual labels:  telegram, client
Kiwiirc
🥝 Next generation of the Kiwi IRC web client
Stars: ✭ 488 (+343.64%)
Mutual labels:  messenger, client
Kaidan
[Replaced by https://invent.kde.org/network/kaidan] Kaidan, a simple and user-friendly Jabber/XMPP client for every device and platform.
Stars: ✭ 67 (-39.09%)
Mutual labels:  messenger, client

Telegram React

Build Status Dependency Status devDependency Status Code Climate GitHub issues GitHub license


Work in progress

Contact me in telegram @goodmind

treact

TypeScript React Redux

Installation

You can clone from this repository

$ git clone https://github.com/goodmind/treact
$ cd treact
$ cd packages/theme-parser && yarn build
$ cd packages/treact && yarn start:dev

Usage

All commands defaults to development environment. You can set NODE_ENV to production or use the shortcuts below.

# Running

$ yarn start # This starts the app in development mode

# Starting it with the production build
$ NODE_ENV=production yarn start # or
$ yarn start:prod

# Building 

$ yarn build # This builds the app in development mode

# Commands below builds the production build
$ NODE_ENV=production yarn build # or
$ yarn build:prod

# Testing
$ yarn test

Credits

TReact is released under the MIT license.

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