muhammetakkurt commited on
Commit
c0c5d0d
1 Parent(s): 1f6ec69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -41
README.md CHANGED
@@ -1,41 +1,53 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
4
- # Overview
5
-
6
- This dataset contains posts and interactions from Donald J. Trump's TruthSocial account, primarily focused on his 2024 U.S. Presidential election campaign. Each post entry provides comprehensive details such as the account's metadata, post content, number of replies, shares, likes, as well as media URLs (if available), including videos or images. The data offers a rich resource for analyzing political messaging, engagement metrics, and audience reactions throughout the campaign period.
7
-
8
- # Use Cases
9
-
10
- - **Sentiment Analysis:** This dataset allows for analyzing the public’s sentiment toward Trump’s campaign, highlighting trends and patterns in reactions to different posts—both positive and negative.
11
- - **Political Messaging Analysis:** Researchers can examine Trump’s communication strategies, exploring recurring themes and key issues addressed during the 2024 campaign.
12
- - **Engagement Metrics:** Through analysis of likes, shares, and replies, the dataset provides insights into public engagement with Trump's posts, helping track how this evolves over time.
13
- - **Media Influence Study:** The dataset contains video and image URLs, allowing researchers to assess the role of multimedia in shaping audience reactions and interaction rates.
14
-
15
- # Data Fields
16
-
17
- - **account_name:** Name of the account (e.g., "Donald J. Trump")
18
- - **account_handle:** Username of the account (e.g., "realDonaldTrump")
19
- - **verified_badge:** Boolean indicating whether the account is verified
20
- - **post_date:** Date and time of the post
21
- - **profile_link:** URL to the profile of the account
22
- - **avatar_url:** URL to the account's avatar image
23
- - **post_url:** Direct URL to the post
24
- - **status_text:** Text content of the post (if available)
25
- - **video_urls:** Array of video URLs and their quality (if available)
26
- - **replies:** Number of replies to the post
27
- - **shares:** Number of shares
28
- - **likes:** Number of likes
29
- - **image_urls:** Array of image URLs (if available)
30
-
31
- # Source
32
-
33
- The posts and interactions are sourced from Donald J. Trump's official TruthSocial profile. The data reflects publicly available content during the 2024 Presidential campaign.
34
-
35
- # Limitations
36
-
37
- This dataset may not capture every post or interaction due to potential scraping limitations. Some interactions might lack complete context or additional details, which could affect interpretability and analysis.
38
-
39
- # License
40
-
41
- This dataset is intended strictly for research and analytical purposes. Users must ensure that any application of the data complies with TruthSocial's terms of service and relevant copyright regulations.
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - political-analysis
9
+ - sentiment-analysis
10
+ - politics
11
+ - social-media
12
+ pretty_name: Donald J. Trump 2024 TruthSocial Campaign Truths and Interactions
13
+ size_categories:
14
+ - 1K<n<10K
15
+ ---
16
+ # Overview
17
+
18
+ This dataset contains posts and interactions from Donald J. Trump's TruthSocial account, primarily focused on his 2024 U.S. Presidential election campaign. Each post entry provides comprehensive details such as the account's metadata, post content, number of replies, shares, likes, as well as media URLs (if available), including videos or images. The data offers a rich resource for analyzing political messaging, engagement metrics, and audience reactions throughout the campaign period.
19
+
20
+ # Use Cases
21
+
22
+ - **Sentiment Analysis:** This dataset allows for analyzing the public’s sentiment toward Trump’s campaign, highlighting trends and patterns in reactions to different posts—both positive and negative.
23
+ - **Political Messaging Analysis:** Researchers can examine Trump’s communication strategies, exploring recurring themes and key issues addressed during the 2024 campaign.
24
+ - **Engagement Metrics:** Through analysis of likes, shares, and replies, the dataset provides insights into public engagement with Trump's posts, helping track how this evolves over time.
25
+ - **Media Influence Study:** The dataset contains video and image URLs, allowing researchers to assess the role of multimedia in shaping audience reactions and interaction rates.
26
+
27
+ # Data Fields
28
+
29
+ - **account_name:** Name of the account (e.g., "Donald J. Trump")
30
+ - **account_handle:** Username of the account (e.g., "realDonaldTrump")
31
+ - **verified_badge:** Boolean indicating whether the account is verified
32
+ - **post_date:** Date and time of the post
33
+ - **profile_link:** URL to the profile of the account
34
+ - **avatar_url:** URL to the account's avatar image
35
+ - **post_url:** Direct URL to the post
36
+ - **status_text:** Text content of the post (if available)
37
+ - **video_urls:** Array of video URLs and their quality (if available)
38
+ - **replies:** Number of replies to the post
39
+ - **shares:** Number of shares
40
+ - **likes:** Number of likes
41
+ - **image_urls:** Array of image URLs (if available)
42
+
43
+ # Source
44
+
45
+ The posts and interactions are sourced from Donald J. Trump's official TruthSocial profile. The data reflects publicly available content during the 2024 Presidential campaign.
46
+
47
+ # Limitations
48
+
49
+ This dataset may not capture every post or interaction due to potential scraping limitations. Some interactions might lack complete context or additional details, which could affect interpretability and analysis.
50
+
51
+ # License
52
+
53
+ This dataset is intended strictly for research and analytical purposes. Users must ensure that any application of the data complies with TruthSocial's terms of service and relevant copyright regulations.