An open API service indexing awesome lists of open source software.

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.

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.