{"id":19700245,"url":"https://github.com/dbeley/django-reddit","last_synced_at":"2026-05-19T19:03:46.780Z","repository":{"id":41937452,"uuid":"247488925","full_name":"dbeley/django-reddit","owner":"dbeley","description":"A simple django website with some handy reddit tools.","archived":false,"fork":false,"pushed_at":"2022-08-06T16:54:56.000Z","size":148,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T15:45:58.106Z","etag":null,"topics":["django","reddit"],"latest_commit_sha":null,"homepage":"https://reddit-tools.dbeley.ovh","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbeley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-15T15:01:49.000Z","updated_at":"2025-01-05T10:01:43.000Z","dependencies_parsed_at":"2022-08-11T23:10:29.103Z","dependency_job_id":null,"html_url":"https://github.com/dbeley/django-reddit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbeley/django-reddit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fdjango-reddit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fdjango-reddit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fdjango-reddit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fdjango-reddit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbeley","download_url":"https://codeload.github.com/dbeley/django-reddit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fdjango-reddit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264795402,"owners_count":23665231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","reddit"],"created_at":"2024-11-11T21:04:54.672Z","updated_at":"2026-05-19T19:03:46.720Z","avatar_url":"https://github.com/dbeley.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-reddit\n\n\u003ca href=\"pictures/image.png\"\u003e\u003cimg src=\"pictures/image.png\" width=\"390\"/\u003e\u003c/a\u003e\n\nSimple django site acting as a frontend for:\n\n- [reddit-scraper](https://github.com/dbeley/reddit-scraper): Various scripts for donwloading posts/submissions/comments of a reddit subreddit/post/user using either the reddit or the pushshift API.\n- /r/france Forum Libre redirect.\n\n## Secrets\n\nTo run the website, you will need some config files.\n\n### secret.ini\n```\n[django]\nSECRET_KEY=secret_key_here\n```\n\n### praw.ini\n```\n[reddit]\nclient_id=id_here\nclient_secret=secret_here\npassword=password_here\nusername=username_here\n```\n\n### .env file\n\n```\nHEROKU_REDIS_ROSE_URL=redis://localhost\n# optional, for docker + traefik\nDEFAULT_NETWORK=trafik-network\nDOMAIN=localhost\n```\n\n### Environment variables\n\nIf you can't use ini files (i.e. when deploying with heroku), you can use those environment variables:\n\n- `PRAW_CLIENT_ID`\n- `PRAW_CLIENT_SECRET`\n- `PRAW_PASSWORD`\n- `PRAW_USERNAME`\n- `DJANGO_SECRET_KEY`\n- `HEROKU_REDIS_ROSE_URL`\n\n## Deploy\n\n# With Docker\n\n```\ndocker-compose build\ndocker-compose up -d\n```\n\n# Local deploy (not suited for production)\n\n```\ndocker run -d -p 6379:6379 redis\ncelery -A reddit_django worker -l info -E\npython manage.py runserver\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Fdjango-reddit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbeley%2Fdjango-reddit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Fdjango-reddit/lists"}