Created
December 8, 2016 00:08
-
-
Save PythonCoderAS/5fa1d3b11f173fdd65c340ba4dd4f59f to your computer and use it in GitHub Desktop.
A Reddit XML file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xml class=reddit-user-info status=Public> | |
| <xml-info> | |
| <date>MM-D-YYYY</date> | |
| <timezone>UTC</timezone> | |
| </xml-info> | |
| <user-info> | |
| <username>USERNAME</username> | |
| <karma> | |
| <postkarma>postkarma</postkarma> | |
| <commentkarma>commentkarma</commentkarma> | |
| <totalkarma>totalkarma</totalkarma> | |
| </karma> | |
| </user-info> | |
| <subreddit-catalog> | |
| <subreddit> | |
| <name>name</name> | |
| <status>status</status> | |
| <modstatus> | |
| <permissions>None</permissions> | |
| <inviter>N/A</inviter> | |
| </modstatus> | |
| <link>https://www.reddit.com/r/Example/</link> | |
| </subreddit> | |
| </subreddit-catalog> | |
| </xml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment