Skip to content

Releases: imperatrona/twitter-scraper

v0.0.18

29 Apr 22:07
76cb95c

Choose a tag to compare

What's Changed

Full Changelog: v0.0.17...v0.0.18

v0.0.17

28 Mar 11:27
f5a2629

Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

v0.0.16

23 Jan 02:18

Choose a tag to compare

What's Changed

URLs in tweets and profiles from search are updated from t.co to their target redirect URLs.

New Contributors

Full Changelog: v0.0.15...v0.0.16

v0.0.15

26 Nov 13:41
152a0a1

Choose a tag to compare

26.11.24

  • fix: change bearer token for authentication that is less restrictive by @thewh1teagle in #28

v0.0.14

01 Oct 14:28

Choose a tag to compare

01.10.2024

  • Setting X-CSRF-Token header for auth flow

v0.0.13

30 Sep 22:52

Choose a tag to compare

01.10.2024

  • Added methods GetTweetsAndReplies, FetchTweetsAndReplies, FetchTweetsAndRepliesByUserID thanks to @thewh1teagle
  • Added methods GetAccountSettings and GetAccountList thanks to @thewh1teagle
  • Added methods GetUserAgent and SetUserAgent

v0.0.12

09 Aug 11:25
2de5a50

Choose a tag to compare

09.08.2024

  • Added method GetProfileByID

v0.0.11

05 Aug 15:07
c573016

Choose a tag to compare

05.08.2024

  • Added method GetTweetRetweeters

v0.0.10

01 Aug 14:52
ae381f2

Choose a tag to compare

01.08.2024

  • Added method GetTweetReplies

v0.0.9

24 Jul 01:13
e053917

Choose a tag to compare

24.07.2024

  • Added method GetSpace
  • Added methods LikeTweet, UnlikeTweet