Skip to content

Releases: captaincolonelfox/TeleTok

Release 3.1.0

19 Jan 11:19
Compare
Choose a tag to compare
  • Add USER_AGENT env variable
    You MUST TO USE IT from now on - or you will get timeout
  • Add random tt_webid_v2 aswell to prevent fingertips timeout in future

Release 3.0.0

30 Dec 16:54
Compare
Choose a tag to compare

Update

  • New regular expression: Add video ID validation in case of response with videos from tranding page
  • Refactoring:
    • Remove MobileTikTokAPI, VideoData
    • Use async generators in handle_message() method
    • Remove cytoolz and bs4 from requirements.txt

Release 2.2.0

29 Dec 21:35
Compare
Choose a tag to compare

Update

  • Parse new TikTok page content with regexp groups
  • Refactor code

Release 2.1.0

15 Dec 07:59
Compare
Choose a tag to compare

Update:

  • Set argument follow_redirect=True in httpx.AsyncClient: from version httpx 0.20.0 you must to do it manually
  • Update requirements.txt

Release 2.0.3

08 May 18:16
04fc439
Compare
Choose a tag to compare
  • Update requirements.txt

Release 2.0.2

01 May 18:07
094e52d
Compare
Choose a tag to compare
  • New Tiktok API for mobile links (shared through mobile app)
  • Removed Likee

Release 1.5.3

01 May 11:36
e78cd72
Compare
Choose a tag to compare
Merge pull request #10 from captaincolonelfox/dev

Release 1.5.3

Release 1.5.2

30 Apr 12:36
36b3a43
Compare
Choose a tag to compare
Merge pull request #9 from captaincolonelfox/dev

Release 1.5.2

Release 1.5.1

29 Apr 23:57
Compare
Choose a tag to compare
  • Increase client timeout to 30 seconds

Release 1.5.0

29 Apr 23:12
5b0e932
Compare
Choose a tag to compare
  • Use context manager for AsyncClient
  • Add https protocol to url, if it doesnt have it