Releases: captaincolonelfox/TeleTok
Releases · captaincolonelfox/TeleTok
Release 6.0.0
Add
pyproject.toml
with project settings and dependencies
Update
- use
app/main.py
instead ofapp/__main__.py
Release 5.1.0
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
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
Fix
- Update script_id and ItemStruct path
Update
- Download TikTok without watermark (with fallback to old downloadAddr)
Release 4.0.0
Add
- Download photo mode tiktoks
Update
- Refactoring
Remove
- Heroku stuff
- sentry_sdk
- Old environment variables
Release 3.4.0
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
Update
- Add tiktok url and description to video caption
- Add channel post handler
Release 3.2.0
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
Update
- Set random
tt_webid_v2
header for every request
Release 3.1.1
Update
- Set random
User-Agent
header for every request
You can still set your own value withUSER_AGENT
env variable