Get Tweet Links
It fetches the tweet links from the page opened in browser.
body: returns data
success_score: api success rate
errors: errors encountered in api
Here is the code:-
- twitter.get_tweet_links()
- Returns
{“body”: [{‘retweetlink’: ‘retweetlink’, ‘TweetLink’: ‘TweetLink’, ‘Tweet’: ‘Tweet’}], “success_score”: “100”, “errors”: []}
- Return type
dict