Skip to content

Releases: Koushikphy/TeleSpy

v2.1.0

23 Jul 05:49
Compare
Choose a tag to compare

Added mega to upload large files.

v2.0.0

20 Jul 04:40
Compare
Choose a tag to compare
  • Breaking Change

  • Completely removing OpenCV and PyAudio for recording from webcam and microphone and using ffmpeg CLI for all the things e.g. taking photo, video and audio. It's much faster and doesn't require any post-processing and muxing. The OpenCv version is still available although in a separate branch.

v1.0.0

19 Jun 13:58
Compare
Choose a tag to compare

Initial release. Supports the following commands
1. /photo - Take a temporary photo
2. /audio - Take audio
3. /video - Take video
4. /photo_keep - Take and keep photo
4. /videoonly - Take video without audio
Large video files will be split as per telegram restriction.