File size: 5,092 Bytes
9e0b3ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0213198
9e0b3ba
 
 
0213198
9e0b3ba
 
 
0213198
9e0b3ba
 
 
 
 
 
 
 
 
 
 
0213198
9e0b3ba
 
 
0213198
9e0b3ba
 
 
0213198
9e0b3ba
 
 
0213198
9e0b3ba
 
0213198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9e0b3ba
 
 
 
 
0213198
9e0b3ba
 
 
0213198
9e0b3ba
 
 
 
 
 
 
 
 
 
0213198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9e0b3ba
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
  "dataset_info": {
    "description": "Bookmarks collected from various sources including Twitter, GitHub, and Raindrop.io",
    "citation": "",
    "homepage": "",
    "license": "",
    "features": {
      "id": {
        "dtype": "int64",
        "description": "Unique identifier for the bookmark"
      },
      "source": {
        "dtype": "string",
        "description": "Source of the bookmark (twitter, github, raindrop, etc.)"
      },
      "title": {
        "dtype": "string",
        "description": "Title of the bookmark"
      },
      "url": {
        "dtype": "string",
        "description": "URL of the bookmark"
      },
      "content": {
        "dtype": "string",
        "description": "Content of the bookmark"
      },
      "created_at": {
        "dtype": "string",
        "description": "Creation date of the bookmark"
      },
      "domain": {
        "dtype": "string",
        "description": "Domain of the URL"
      },
      "content_length": {
        "dtype": "int64",
        "description": "Length of the content in characters"
      },
      "year": {
        "dtype": "int64",
        "description": "Year the bookmark was created"
      },
      "month": {
        "dtype": "int64",
        "description": "Month the bookmark was created"
      },
      "twitter_username": {
        "dtype": "string",
        "description": "Twitter username"
      },
      "twitter_name": {
        "dtype": "string",
        "description": "Twitter display name"
      },
      "twitter_followers": {
        "dtype": "int64",
        "description": "Number of Twitter followers"
      },
      "twitter_likes": {
        "dtype": "int64",
        "description": "Number of likes on the tweet"
      },
      "twitter_retweets": {
        "dtype": "int64",
        "description": "Number of retweets"
      },
      "twitter_replies": {
        "dtype": "int64",
        "description": "Number of replies to the tweet"
      },
      "twitter_thread": {
        "dtype": "list",
        "description": "Full thread of tweets (including the original tweet)",
        "sequence": {
          "dtype": "dict",
          "dict": {
            "id": {
              "dtype": "string",
              "description": "Tweet ID"
            },
            "text": {
              "dtype": "string",
              "description": "Tweet text content"
            },
            "created_at": {
              "dtype": "string",
              "description": "Tweet creation time"
            },
            "media": {
              "dtype": "list",
              "description": "Media URLs in the tweet",
              "sequence": {
                "dtype": "string"
              }
            },
            "favorite_count": {
              "dtype": "int64",
              "description": "Number of likes"
            },
            "retweet_count": {
              "dtype": "int64",
              "description": "Number of retweets"
            },
            "reply_count": {
              "dtype": "int64",
              "description": "Number of replies"
            }
          }
        }
      },
      "twitter_thread_markdown": {
        "dtype": "string",
        "description": "Markdown representation of the full thread with embedded media"
      },
      "github_repo": {
        "dtype": "string",
        "description": "GitHub repository name"
      },
      "github_stars": {
        "dtype": "int64",
        "description": "Number of stars on the GitHub repository"
      },
      "github_forks": {
        "dtype": "int64",
        "description": "Number of forks of the GitHub repository"
      },
      "github_owner": {
        "dtype": "string",
        "description": "Owner of the GitHub repository"
      },
      "github_language": {
        "dtype": "string",
        "description": "Primary language of the GitHub repository"
      },
      "github_readme": {
        "dtype": "string",
        "description": "Full README content of the repository"
      },
      "github_readme_markdown": {
        "dtype": "string",
        "description": "README content formatted as Markdown"
      },
      "web_title": {
        "dtype": "string",
        "description": "Page title"
      },
      "web_description": {
        "dtype": "string",
        "description": "Page meta description"
      },
      "web_content_html": {
        "dtype": "string",
        "description": "Full HTML content of the webpage"
      },
      "web_content_markdown": {
        "dtype": "string",
        "description": "Converted markdown content of the webpage"
      },
      "web_images": {
        "dtype": "list",
        "description": "Images found on the webpage",
        "sequence": {
          "dtype": "string"
        }
      },
      "raindrop_domain": {
        "dtype": "string",
        "description": "Domain saved in Raindrop.io"
      },
      "raindrop_tags": {
        "dtype": "list",
        "description": "Tags associated with the Raindrop bookmark",
        "sequence": {
          "dtype": "string"
        }
      }
    }
  }
}