https://github.com/stkevintan/telegram_fangzi_bot
A private telegram bot.
https://github.com/stkevintan/telegram_fangzi_bot
bot telegram telegram-bot
Last synced: over 1 year ago
JSON representation
A private telegram bot.
- Host: GitHub
- URL: https://github.com/stkevintan/telegram_fangzi_bot
- Owner: stkevintan
- Created: 2020-06-18T02:45:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:48:04.000Z (over 3 years ago)
- Last Synced: 2025-01-28T19:22:52.445Z (over 1 year ago)
- Topics: bot, telegram, telegram-bot
- Language: C#
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Fangzi Bot
A private bot which can talk , speak and play music.
## config
Add a `appsettings.json` to the project root.
```json
{
"DefaultReply": "喵喵喵??",
"TelegramAccessToken": "...",
"SpeechSubscription": "...",
"SpeechRegion": "...",
"TulingApiKey": "...",
"MasterUsers": []
}
```
## run
```shell
./run.sh
```
If you have problem with text2Speech service, please remove the SSL_CERT_DIR environment.