Python API:
get_tweets()
read_tweets()
save_tweets()
Get Tweets from Twitter.
keyword (str) – The Tweets you want to find, e.x. ‘BTC’.
operators (bool) – Here you can Filter out Tweets, e.x. ‘since:2023-01-17 until:2023-01-18 lang:”en”’.
max_tweets – The Max Number of Tweets to find ( If set to None then it will find all tweets ).
print_output – Print some details about each Tweet.
The Collected Tweets.
dict
Read Tweets ( From Saved Tweets File ).
complete_file_location (str) – The Complete File Location ( Including File name and Extension ).
Tweets from the File.
pandas.core.frame.DataFrame
Save Tweets to a CSV File.
data (dict) – This is the Tweets.
file_location (str) – This is the File Location (Including File name).
Social Media
Get Tweets from Twitter.
keyword (str) – The Tweets you want to find, e.x. ‘BTC’.
operators (bool) – Here you can Filter out Tweets, e.x. ‘since:2023-01-17 until:2023-01-18 lang:”en”’.
max_tweets – The Max Number of Tweets to find ( If set to None then it will find all tweets ).
print_output – Print some details about each Tweet.
The Collected Tweets.
dict
Read Tweets ( From Saved Tweets File ).
complete_file_location (str) – The Complete File Location ( Including File name and Extension ).
Tweets from the File.
pandas.core.frame.DataFrame
Save Tweets to a CSV File.
data (dict) – This is the Tweets.
file_location (str) – This is the File Location (Including File name).