Implemented a new method get_tweet_by_id in the Nitter class to fetch tweets based on their tweet ID.
Updated the test suite with TestGetTweetById to ensure proper functionality of the get_tweet_by_id method.
Added tests to validate fetching tweets by ID, including verification of tweet content, user details, and engagement metrics (likes, retweets, comments).
Added
get_tweet_by_id
Methodget_tweet_by_id
in theNitter
class to fetch tweets based on their tweet ID.TestGetTweetById
to ensure proper functionality of theget_tweet_by_id
method.