This commit is contained in:
Valentine 2024-07-09 03:21:51 +03:00
parent f359f66f93
commit 348ba7cd60

View file

@ -33,7 +33,7 @@ You can use this library to get tweets, profiles, and trends trivially.
- [Get followers](#get-followers)
- [Create tweet](#create-tweet)
- [Delete tweet](#delete-tweet)
- [Create Retweet](#create-retweet)
- [Create retweet](#create-retweet)
- [Delete retweet](#delete-retweet)
- [Get scheduled tweets](#get-scheduled-tweets)
- [Create scheduled tweet](#create-scheduled-tweet)
@ -404,7 +404,7 @@ tweet, err = scraper.CreateTweet(twitterscraper.NewTweet{
err := testScraper.DeleteTweet("1810458885008105870");
```
### Create Retweet
### Create retweet
> [!IMPORTANT]
> Requires authentication!