Skip to content

Releases: wkaisertexas/tiktok-uploader

build-uv-v1.7

12 Feb 03:48

Choose a tag to compare

Playwright-based modernization release: upgraded uploader/auth flows, updated client/settings APIs, and CI reliability fixes (lint/format/mypy/test).

`uv` migration, `mypy`, ci and towards a typed project

26 Jul 22:41
242a6e6

Choose a tag to compare

uv migration, mypy and ci all with a the goal of improving code quality and making code more review-able in the future.

What's Changed

New Contributors

Full Changelog: hatch-v1.4...build-uv-v1.6

Updates to Handle TikTok's Changing User Interface

13 Apr 21:52
0987897

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: hatch-v1.4...hatch-v1.1

Fix: Minor Bugs

15 Nov 23:51
ac7379e

Choose a tag to compare

Updated some bug fixes completed through pull requests. Including some cookies problems

Quality of life changes

17 Apr 16:49
6cc524e

Choose a tag to compare

This change seeks to make the API more helpful and concrete:

A few changes to input matching:

  • a far looser matching system for filepaths exists where you can now use video, path, video_path or the system will even auto-detect if you have passed a valid path and will use that path
  • a far looser matching system for description will take place where shortened versions such as desc will also work
    -a description is no longer required and if not specified, it will just be an empty string ""

Far more helpful errors:

  • previously errors did not immediately cause the flow of the program to stop
  • InsufficientAuth provides a helpful message string which actually gives instructions on fixing the error

More examples:

  • Provided sample code for a basic_upload using upload_video
  • Provided sample code for a series_upload using upload_videos

Better README:

  • Has a table of contents
  • Allows commands to be copy and pasted directly from the readme using the cli

v0.1.2

14 Mar 03:17

Choose a tag to compare

  • fixes a bug where a videos filename would persist even when running through an automation
  • adds support for mentions and hashtags
  • adds support for turning on comments, duets and stitches programmatically

Fixed bugs on Windows

24 Feb 01:58

Choose a tag to compare

Mozilla's Cookiejar was causing from issues with 🍪 Get cookies.txt generated files on Windows.

V0.1.0

18 Feb 23:05

Choose a tag to compare

Working uploader with Google Chrome and Firefox.

Headless mode still does not work

Autofilling the login page still generates errors despite testing undetectable_chrome