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

https://github.com/sobakavosne/audio_dot_bot

Telegram bot which saves and converts audio messages into .wav (16 kHz), saves photos containing faces
https://github.com/sobakavosne/audio_dot_bot

audio-messages faces photos telegram-bot wav

Last synced: about 1 year ago
JSON representation

Telegram bot which saves and converts audio messages into .wav (16 kHz), saves photos containing faces

Awesome Lists containing this project

README

          

## audio.BOT
Bot which save locally and convert audio messages into .wav (16 kHz), save photos' contain faces.

- [x] Telegram bot
- [ ] Tests

Create environment variables for running application (TOKEN) and tests (TELEGRAM_APP_ID, TELEGRAM_APP_HASH, TELETHON_SESSION):

```bash
export TOKEN=...
```

Saving occurs on server:
- **../source/static/photo/user_id** for photos
- **../source/static/voice/user_id** for audio messages