Skip to content

Releases: davidteather/TikTok-Api

V6.3.0 - Fixes And Additional URL Params

12 Apr 17:23
7101654
Compare
Choose a tag to compare
  • Add 'executable_path' field to the 'api.create_sessions()' method (#1136)
  • Fixed retries loop (#1133)
  • Add option to select which browser playwright uses (#1129)
  • add browser selection option to create_sessions method
  • fix spelling typo

V6.2.2 - New Safe Character Encoding

11 Mar 17:57
Compare
Choose a tag to compare

V6.2.1 - Small Count Bug Fixes

09 Feb 15:45
1c6aed1
Compare
Choose a tag to compare

What's Changed

  • V6.2.1 by @davidteather in #1113

  • Fix count parameter for hashtag, user, and trending classes (#1108)

  • Fix trending count (#1103)

  • Made author field optional (#1099)

  • Fixed issue where error is raised for some videos that are missing the "author" field

Full Changelog: V6.2.0...V6.2.1

V6.2.0 - Various Bug Fixes

28 Nov 01:49
4f2c13f
Compare
Choose a tag to compare

What's Changed

Also, TikTok seems to be detecting the IPs of the GitHub actions ๐Ÿ’€ (or ms_tokens are now tied to a specific ip)

================================================== test session starts ==================================================
platform darwin -- Python 3.11.2, pytest-7.4.0, pluggy-1.2.0
rootdir: /Users/davidteather/Documents/GitHub/TikTok-Api
plugins: asyncio-0.21.1
asyncio: mode=Mode.STRICT
collected 18 items                                                                                                      

tests/test_comments.py .                                                                                          [  5%]
tests/test_hashtag.py ....                                                                                        [ 27%]
tests/test_integration.py .                                                                                       [ 33%]
tests/test_search.py .s                                                                                           [ 44%]
tests/test_sound.py ..                                                                                            [ 55%]
tests/test_trending.py .                                                                                          [ 61%]
tests/test_user.py ...                                                                                            [ 77%]
tests/test_video.py ..s.                                                                                          [100%]

======================================= 16 passed, 2 skipped in 84.27s (0:01:24) ========================================

tests pass though ๐Ÿซก

Full Changelog: V6.1.1...V6.2.0

V6.1.1 - Add Option To Suppress Playwright From Loading Different Resource Types

20 Aug 23:57
31587d7
Compare
Choose a tag to compare

Can use suppress_resource_load_types=["image", "media"] in api.create_sessions() to stop playwright from loading the given media types

What's Changed

New Contributors

Full Changelog: V6.1.0...V6.1.1

Upgrade with

pip install TikTokApi --upgrade

V6.1.0 - Add User's Liked Videos

18 Aug 21:48
627eb8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Upgrade with

pip install TikTokApi --upgrade

V6.0.1 - Fix Installation Error

08 Aug 15:55
Compare
Choose a tag to compare

Fixed an error with pip install

Should be fixed now

pip install TikTokApi --upgrade

V6.0.0 - Async, Improve Maintainability, Give More User Options, Better Docs

08 Aug 06:34
Compare
Choose a tag to compare

Changes

  • TikTokAPI now manages a fleet of playwright sessions to sign & make requests
    • should be easier to circumvent bot navigation if requests are make by headful browser
  • Fully async, will require code changes check examples/tests/readme if you need help
  • Better docs (please make PRs if you notice any issues)

Deprecated

  • Drop support for Python 3.7 & 3.8
    • 3.7 - playwright supports 3.8+
    • 3.8 - Our type hints require 3.9+
      Update with
pip install --upgrade TikTokApi

Tests

tests/test_comments.py .                                                                                 [  5%]
tests/test_hashtag.py ....                                                                               [ 29%]
tests/test_integration.py .                                                                              [ 35%]
tests/test_search.py .                                                                                   [ 41%]
tests/test_sound.py ..                                                                                   [ 52%]
tests/test_trending.py .                                                                                 [ 58%]
tests/test_user.py ..s                                                                                   [ 76%]
tests/test_video.py ..s.                                                                                 [100%]

=================================== 15 passed, 2 skipped in 68.64s (0:01:08) ===================================

Fully pass for all implemented methods ๐Ÿ˜Ž feels good to be back

We're close to 1 million downloads, that's absurd glad you've all enjoyed the project ๐Ÿค 

V5.2.2

15 Jul 22:30
75aea86
Compare
Choose a tag to compare

V5.2.1 - Fix #910

07 Jul 23:43
31967d0
Compare
Choose a tag to compare
5.2.1 - Bump version (I forgot on last PR) (#913)

* Fixes #910

* I forgot to bump version