Skip to content

Releases: wkaisertexas/tiktok-uploader

Fix: Minor Bugs

15 Nov 23:51
ac7379e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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