GithubHelp home page GithubHelp logo

simhaonline / telefrag Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nill-dev/telefrag

0.0 0.0 0.0 359 KB

Telefrag is a cross-platform library, service, and suite of utilities that allow you to rapidly develop Telegram integrations (bots, payments, authentication) in either .NET or JavaScript with a toolkit full of ready-made reusable components. Telefrag abstracts away all of Telegram's API details, persistent state and storage, webhooks, certificates, web server configuration, authentication/authorization, and more.

Home Page: https://telefr.ag

telefrag's Introduction

Telefrag

Telefrag is a .NET Core library for interacting with Telegram using its various APIs and rapid development of highly composable components. The primary goal of Telefrag was to decouple Telegram's nuances from C# developers and create a C#-friendly way of tying existing apps into Telegram. The secondary goal was to make it easy for normal users to run their own custom bots with pluggable personalities or "layers" which can be offered as part of an ecosystem.

See the Telefrag wiki for more information and documentation as development continues.

The scope of the Telefrag project has been refactored into these components/phases:

Phase Status Package Description
1 In Development Telefrag.Common Common utilities and constructs; required by all other packages.
1 In Development Telefrag.Bots Bot API functionality; exposes Bot which allows sending and receiving Updates and Events at a low level. When using or deriving from Bot, all update handling, string parsing, state tracking, etc. must be done by the consumer.
2 Not Started Telefrag.Data.SqlServer Allows use of a SQL Server as an ObjectStore
2 Not Started Telefrag.Bots.XBot XBot (not final name) is a higher level subclass of Bot that provides a more rapid development experience via the use of Artifacts, Plugins and added Security
3 Not Started Telefrag.Bots.Utility UtilityBot is a bot useful for diagnostics or learning the Telefrag framework. It allows debug and diagsnotics access to Telefrag via Telegram.
4 Not Started Telefrag.Clients Client API functionality; exposes Client which allows connecting to Telegram as a full self-contained MTProto client.
5 Not Started Telefrag.Hosting Provides the framework needed for hosting Telefrag as a dedicated service (including ASP.NET pipeline) with administrative control and management
6 Not Started Telefrag.Hosts.ConsoleHost Console host (Kestrel/HTTP.sys)
6 Not Started Telefrag.Hosts.ServiceHost Windows Service host (Kestrel/HTTP.sys)
6 Not Started Telefrag.Hosts.IISHost IIS host
7 Not Started Telefrag.UI.Web ASP.NET-powered web administration console
8 Not Started Telefrag.UI.Studio WPF-powered thick administration console

telefrag's People

Contributors

nillkitty avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.