Skip to content

Instantly share code, notes, and snippets.

@PythonCoderAS
Created December 8, 2016 00:08
Show Gist options
  • Select an option

  • Save PythonCoderAS/5fa1d3b11f173fdd65c340ba4dd4f59f to your computer and use it in GitHub Desktop.

Select an option

Save PythonCoderAS/5fa1d3b11f173fdd65c340ba4dd4f59f to your computer and use it in GitHub Desktop.
A Reddit XML file
<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