https://github.com/fadhil-riyanto/fadhil_robot
a special bot management for @tgdev_id at telegram
https://github.com/fadhil-riyanto/fadhil_robot
bot csharp telegram-bot
Last synced: about 1 year ago
JSON representation
a special bot management for @tgdev_id at telegram
- Host: GitHub
- URL: https://github.com/fadhil-riyanto/fadhil_robot
- Owner: fadhil-riyanto
- License: gpl-2.0
- Created: 2022-09-05T11:53:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T09:15:50.000Z (about 3 years ago)
- Last Synced: 2025-03-30T19:31:37.482Z (over 1 year ago)
- Topics: bot, csharp, telegram-bot
- Language: C#
- Homepage:
- Size: 675 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
how to run
1. install dotnet (see https://wiki.archlinux.org/title/.NET)
2. clone this repository
3. edit config.csexample & rename extension
4. (Recommended), do not change server endpoint in config, build own telegram api server (more faster than remote telegram api). see https://github.com/tdlib/telegram-bot-api
4.1 run the telegram api server
4.1 make sure if your 8081 port is listening
5. instal redis, make sure your redis service is active (or you can change the settings on config redis connection string for remote host)
enjoy