Skip to content

Instantly share code, notes, and snippets.

@PythonCoderAS
Forked from jessealama/Reddit.xml
Last active December 9, 2016 00:41
Show Gist options
  • Save PythonCoderAS/c5ee3951588571075d58fd529a02614c to your computer and use it in GitHub Desktop.
Save PythonCoderAS/c5ee3951588571075d58fd529a02614c to your computer and use it in GitHub Desktop.
<reddit-user-info status="public" date="YYYY-MM-DD" timezone="UTC" username="USERNAME">
<karma posts="postkarma" comments="commentkarma" total="totalkarma"/>
<subreddit-catalog>
<subreddit name="name" status="status" link="https://www.reddit.com/r/Example/">
<modstatus permissions="none"/>
</subreddit>
<!-- A typical new user might visit around 10-20 subs. A typical old user would have visited around 50-70 subs. -->
<!-- A typical mod might mod 1-5 subs. Older mods might mod 5-10 subs. Experinced modders might mod 10-20 subs. AutoMod mods every single subreddit.-->
</subreddit-catalog>
</reddit-user-info>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment