Skip to content

Releases: captaincolonelfox/TeleTok

Release 6.0.0

07 Apr 13:27
Compare
Choose a tag to compare

Add

  • pyproject.toml with project settings and dependencies

Update

  • use app/main.py instead of app/__main__.py

Release 5.1.0

07 Apr 11:11
Compare
Choose a tag to compare

Add

  • New environment variables:
    REPLY_TO_MESSAGE - JSON Boolean. Whether the bot should reply to source message or not (default: true)
    WITH_CAPTIONS - JSON Boolean. Whether the bot should include captions from TikTok in its message (default: true)

Update/Remove

  • Environment variable USER_ID replaced with:
    ALLOWED_IDS - JSON int list. Gives access only to specific user/chat id (default: [] (empty list) = all users/chats)

Release 5.0.0

15 Mar 21:02
Compare
Choose a tag to compare

Update

  • Remove photos mode (was broken, need to fix)
  • Migrate aiogram from 2 to 3
  • Update Dockerfile: use python:3.11.8-alpine
  • Small code refactoring and lint/type fixes

Release 4.1.0

26 Dec 21:51
Compare
Choose a tag to compare

Fix

  • Update script_id and ItemStruct path

Update

  • Download TikTok without watermark (with fallback to old downloadAddr)

Release 4.0.0

24 Jun 01:23
Compare
Choose a tag to compare

Add

  • Download photo mode tiktoks

Update

  • Refactoring

Remove

  • Heroku stuff
  • sentry_sdk
  • Old environment variables

Release 3.4.0

18 Dec 16:35
Compare
Choose a tag to compare

Update

  • Fix for new html page (empty video_id field)
  • Remove parse_mode=Markdown because it was causing errors when emoji was in description

Release 3.3.0

14 Dec 21:32
Compare
Choose a tag to compare

Update

  • Add tiktok url and description to video caption
  • Add channel post handler

Release 3.2.0

27 Oct 21:11
Compare
Choose a tag to compare

Update

  • Add USER_ID environment variable:
    Setting this variable will filter and handle messages only from specific user id
    Default: empty = all messages are handled

Release 3.1.2

17 Mar 16:23
Compare
Choose a tag to compare

Update

  • Set random tt_webid_v2 header for every request

Release 3.1.1

20 Jan 15:16
Compare
Choose a tag to compare

Update

  • Set random User-Agent header for every request
    You can still set your own value with USER_AGENT env variable