https://github.com/Syarol/Shagram
Unofficial Telegram Desktop client written on C# (abandoned)
https://github.com/Syarol/Shagram
telegram telegram-client telegram-desktop tlsharp wpf
Last synced: 3 months ago
JSON representation
Unofficial Telegram Desktop client written on C# (abandoned)
- Host: GitHub
- URL: https://github.com/Syarol/Shagram
- Owner: Syarol
- License: mit
- Archived: true
- Created: 2018-07-09T19:06:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T14:28:55.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T12:12:28.229Z (7 months ago)
- Topics: telegram, telegram-client, telegram-desktop, tlsharp, wpf
- Language: C#
- Homepage:
- Size: 1.27 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shagram
Unofficial Telegram Desktop client

## Dependencies
[TLSharp](https://github.com/sochix/TLSharp) - Unofficial Telegram client library implemented in C#
[MimeTypeMap](https://github.com/samuelneff/MimeTypeMap) - mapping of file extensions to mime types and mime types to file extensions
[Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) - JSON framework for .NET
[JSON Countries](https://github.com/serranoarevalo/jsoncountries) - JSON file containing a list of all the countries## Install & Use
1. Clone this repo
2. At [Telegram API development tools](https://my.telegram.org/apps) create a new app and receive unique "app_id" and "app_hash" (Warning! It is not possible to change these values, so be careful with them)
3. At cloned repo, open the "Shagram" folder and create the ".env" file there. Inside this file save received app credentials as "API_ID" and "API_HASH" values
4. Compile via VisualStudio/SharpDevelop/some another
5. Run# Contacts
To get in touch with me, just write me at:
* Email: [email protected]
* Telegram: [@oleh_yaroshchuk](https://www.t.me/oleh_yaroshchuk)# License
MIT