A Large Open Dataset from the Parler Social Network
收藏资源简介:
There are two main zip files in this dataset. Each zip file contains multiple newline delimited JSON files. The JSON objects in each file contain all the key/value pairs returned from their respective Parler API endpoints. <strong>NOTE:</strong> All identifying data has been redacted by removing the "name" field from posts, comments and user profiles. Current paper for more details and preferred citation information. <strong>Parler Users (parler_user.zip)</strong> Returned by the <em>/v1/profile</em> endpoint. Each line consists of an individual user profile object. <strong>Parler Posts and Comments (parlerpostcomments.zip)</strong> Returned by the <em>/v1/post[comment] </em>endpoints. Each line consists of an individual post or comment object. <strong>How to extract the data:</strong> The data provided is compressed in zip format. See the instructions below on how to extract it: <strong>Linux and Mac</strong> Navigate to the file in a terminal window or file browser. Run the following command (or typically you can double click if you are in a file browser): User profiles: <pre><code>unzip parler_users.zip</code></pre> Posts and comments: <pre><code>unzip parler_data.zip</code></pre> The unzipped version contains multiple files for each data type. <strong>Windows</strong> Microsoft provides instructions on to extract a zip file. The authors cannot recommend a particular method or software.



