Skip to content

n-bruno/ViewerForReddit

Repository files navigation

ViewerForReddit

About

This program allows you to view Reddit with a Python script. I used the Reddit API, SCRAW. Enter your API information in "Credentials.xml".

Credentials

Please format "Credentials.xml" as the following:

<root>
	<client_id></client_id>
	<client_secret></client_secret>
	<username></username>
	<password></password>
	<user_agent></user_agent>
</root>

You'll need to create a Reddit account to provide the first four pieces of information.

Screenshots

Screenshot Screenshot

About

View Reddit posts with a Python app via an API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages