forked from n0madic/twitter-scraper
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11f7b6e
commit 669bdb7
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Changelog | ||
|
||
## v0.0.8 | ||
|
||
09.07.2024 | ||
|
||
- Added methods `CreateTweet`, `DeleteTweet` | ||
- Added methods `CreateRetweet`, `DeleteRetweet` | ||
- Added methods `GetHomeTweets`, `GetForYouTweets` | ||
|
||
## v0.0.7 | ||
|
||
26.04.2024 | ||
|
||
- Fixed nsfw `GetTweet`, `FetchTweets`, `FetchSearchTweets` | ||
- Added HSLSURL property to video | ||
|
||
## v0.0.6 | ||
|
||
09.03.2024 | ||
|
||
- Added method `UploadMedia` | ||
- Added type `AuthToken` | ||
- Medias can now be attached to scheduled tweets | ||
- Fixed error caused by weird status codes returned by twitter | ||
|
||
## v0.0.5 | ||
|
||
08.03.2024 | ||
|
||
- Fixed `GetTweet` using `TweetResultByRestId` endpoint for anon users | ||
- Fixed added accidentaly removed IsPrivate property to user | ||
|
||
## v0.0.4 | ||
|
||
23.02.2024 | ||
|
||
- Added methods `FetchScheduledTweets`, `DeleteScheduledTweets`, `CreateScheduledTweets` | ||
|
||
## v0.0.3 | ||
|
||
21.02.2024 | ||
|
||
- Added methods `GetBookmarks`, `FetchBookmarks` | ||
- Added methods `FetchFollowing`, `FetchFollowers` | ||
|
||
## v0.0.2 | ||
|
||
20.02.2024 | ||
|
||
- Added methods `GetMediaTweets`, `FetchMediaTweets`, `FetchMediaTweetsByUserID` | ||
- Fixed anon socks5 proxy | ||
|
||
## v0.0.1 | ||
|
||
28.01.2024 | ||
|
||
- `LoginOpenAccount` now returns `OpenAccount` object | ||
- Added method `WithOpenAccount` to login with previously created open accounts | ||
|
||
## v0.0.0 | ||
|
||
28.01.2024 | ||
|
||
- Forked repo |