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
- Host: GitHub
- URL: https://github.com/sobakavosne/audio_dot_bot
- Owner: sobakavosne
- License: mpl-2.0
- Created: 2020-07-20T21:23:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T13:17:47.000Z (almost 6 years ago)
- Last Synced: 2023-11-25T15:35:23.637Z (over 2 years ago)
- Topics: audio-messages, faces, photos, telegram-bot, wav
- Language: Python
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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