haydenbanz commited on
Commit
3bbc4f5
1 Parent(s): c694aaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md CHANGED
@@ -1,3 +1,77 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - twitter
5
  ---
6
+ # Twitter User Dataset
7
+
8
+ This dataset was obtained by crawling Twitter's REST API using the Python library Tweepy 3. The dataset comprises tweets from the 20 most popular Twitter users based on the number of followers, with retweets excluded. These accounts include public figures such as Katy Perry and Barack Obama, platforms like YouTube and Instagram, and television channels such as CNN Breaking News and The Ellen Show.
9
+
10
+ The dataset presents a diverse collection of tweets, ranging from relatively structured and formal to completely unstructured and colloquial in style. Unfortunately, geocoordinates were not available for these tweets.
11
+
12
+ ## Dataset Details
13
+
14
+ - **Purpose:** The dataset has been utilized in the generation of a research paper titled "Machine Learning Techniques for Anomaly Detection in Post Arrays."
15
+
16
+ - **Crawled Attributes:**
17
+ - Author (Twitter User)
18
+ - Content (Tweet)
19
+ - Date_Time
20
+ - ID (Twitter User ID)
21
+ - Language (Tweet Language)
22
+ - Number_of_Likes
23
+ - Number_of_Shares
24
+
25
+ ## Statistics
26
+
27
+ - **Total Tweets:** 52,543
28
+
29
+ ### Top 20 Users
30
+
31
+ | Screen_Name | #Tweets | Time Span (in days) |
32
+ | -------------- | ------- | -------------------- |
33
+ | TheEllenShow | 3,147 | 662 |
34
+ | jimmyfallon | 3,123 | 1,231 |
35
+ | ArianaGrande | 3,104 | 613 |
36
+ | YouTube | 3,077 | 411 |
37
+ | KimKardashian | 2,939 | 603 |
38
+ | katyperry | 2,924 | 1,598 |
39
+ | selenagomez | 2,913 | 2,266 |
40
+ | rihanna | 2,877 | 1,557 |
41
+ | BarackObama | 2,863 | 849 |
42
+ | britneyspears | 2,776 | 1,548 |
43
+ | instagram | 2,577 | 456 |
44
+ | shakira | 2,530 | 1,850 |
45
+ | Cristiano | 2,507 | 2,407 |
46
+ | jtimberlake | 2,478 | 2,491 |
47
+ | ladygaga | 2,329 | 894 |
48
+ | Twitter | 2,290 | 2,593 |
49
+ | ddlovato | 2,217 | 741 |
50
+ | taylorswift13 | 2,029 | 2,091 |
51
+ | justinbieber | 2,000 | 664 |
52
+ | cnnbrk | 1,842 | 183 (2017) |
53
+
54
+
55
+
56
+
57
+
58
+ If you have any questions or feedback, please contact the project maintainers:
59
+
60
+ * 0x_hayden
61
+ * Email: [email protected]
62
+ ## Credits
63
+
64
+ This project is maintained by:
65
+
66
+ [<img src="https://avatars.githubusercontent.com/u/135024483?s=48&v=4" width="64" height="64" alt="Contributor Name">](https://github.com/code-glitchers)
67
+
68
+ ### Contributors and Developers
69
+
70
+ [<img src="https://avatars.githubusercontent.com/u/67865621?s=64&v=4" width="64" height="64" alt="Contributor Name">](https://github.com/mindglitchers)
71
+
72
+
73
+ ## Support
74
+
75
+ If you find this project helpful, consider buying us a coffee:
76
+
77
+ [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-%23FFDD00?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/ciph3r#pageMessageModal)