https://github.com/mitodl/reddit
the code that powers reddit.com
https://github.com/mitodl/reddit
Last synced: about 2 months ago
JSON representation
the code that powers reddit.com
- Host: GitHub
- URL: https://github.com/mitodl/reddit
- Owner: mitodl
- License: other
- Created: 2017-07-18T13:52:08.000Z (almost 8 years ago)
- Default Branch: stable
- Last Pushed: 2023-10-20T13:38:09.000Z (over 1 year ago)
- Last Synced: 2025-02-17T20:50:07.086Z (3 months ago)
- Language: Python
- Homepage: https://www.reddit.com/r/redditdev
- Size: 38.2 MB
- Stars: 3
- Watchers: 21
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Greetings!
This is the primary codebase that powers [reddit.com](http://www.reddit.com).
For notices about major changes and general discussion of reddit development, subscribe to the [/r/redditdev](http://www.reddit.com/r/redditdev) and [/r/changelog](http://www.reddit.com/r/changelog) subreddits.
You can also chat with us via IRC in [#reddit-dev on freenode](http://webchat.freenode.net/?channels=reddit-dev).
---
### Quickstart
To set up your own instance of reddit to develop with, we have a handy [install script for Ubuntu](https://github.com/reddit/reddit/wiki/reddit-install-script-for-Ubuntu) that will automatically install and configure most of the stack.
Alternatively, refer to our [Install Guide](https://github.com/reddit/reddit/wiki/Install-guide) for instructions on setting up reddit from scratch. Many frequently asked questions regarding local reddit installs are covered in our [FAQ](https://github.com/reddit/reddit/wiki/FAQ).
### APIs
To learn more about reddit's API, check out our [automated API documentation](http://www.reddit.com/dev/api) and the [API wiki page](https://github.com/reddit/reddit/wiki/API). Please use a unique User-Agent string and take care to abide by our [API rules](https://github.com/reddit/reddit/wiki/API#wiki-rules).
Happy hacking!
### Issues and Contribution Guidelines
Thanks for wanting to help make reddit better! First things first, though: **github issues is only for _confirmed_, active bugs**. Please submit ideas to [/r/ideasfortheadmins](https://www.reddit.com/r/ideasfortheadmins/).
Please read more on contributions in [CONTRIBUTING.md](CONTRIBUTING.md).