{"id":30117288,"url":"https://github.com/jeds6391/reddit-saved-post-viewer-api","last_synced_at":"2026-06-30T09:31:41.911Z","repository":{"id":50182808,"uuid":"219238238","full_name":"JedS6391/reddit-saved-post-viewer-api","owner":"JedS6391","description":"Provides an API for accessing your saved posts on reddit.com","archived":false,"fork":false,"pushed_at":"2022-12-08T06:48:51.000Z","size":24,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T10:45:49.579Z","etag":null,"topics":["api","flask","posts","python","reddit","saved"],"latest_commit_sha":null,"homepage":null,"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/JedS6391.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":"2019-11-03T01:54:15.000Z","updated_at":"2019-11-03T02:26:13.000Z","dependencies_parsed_at":"2023-01-24T17:21:17.542Z","dependency_job_id":null,"html_url":"https://github.com/JedS6391/reddit-saved-post-viewer-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JedS6391/reddit-saved-post-viewer-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JedS6391%2Freddit-saved-post-viewer-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JedS6391%2Freddit-saved-post-viewer-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JedS6391%2Freddit-saved-post-viewer-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JedS6391%2Freddit-saved-post-viewer-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JedS6391","download_url":"https://codeload.github.com/JedS6391/reddit-saved-post-viewer-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JedS6391%2Freddit-saved-post-viewer-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34961543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","flask","posts","python","reddit","saved"],"created_at":"2025-08-10T10:40:54.737Z","updated_at":"2026-06-30T09:31:41.891Z","avatar_url":"https://github.com/JedS6391.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reddit saved post API\n\nThis project contains a web API for accessing reddit saved posts.\n\n## Run\n\n### Environment variables\n\nThe following environment variables are required by the API:\n\n- `SECRET_KEY`: A secret key used for flask-session\n- `CLIENT_ID`: The reddit client ID (must be obtained via [reddit](https://www.reddit.com/prefs/apps))\n- `CLIENT_SECRET`: The reddit client secret (must be obtained via [reddit](https://www.reddit.com/prefs/apps))\n- `REDIRECT_URI`: The reddit redirect URI (must be obtained via [reddit](https://www.reddit.com/prefs/apps))\n- `SESSION_TYPE`: The type of session backend used by flask-session\n- `APP_SETTINGS`: Which configuration object to use: `config.DevelopmentConfig` or `config.ProductionConfig`\n\nThe following environment variables are optional for the API:\n\n- `WORKER_LOGGING_LEVEL`: Controls the logging level for the queue workers\n- `NUMBER_OF_WORKERS`: Controls the number of queue workers\n\n### Server\n\nTo run the main server, first populate any required environment variables, then start an application instance using `gunicorn`:\n\n```\ngunicorn main:app.app\n```\n\nTo start the queue workers, simply execute:\n\n```\npython3 worker.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeds6391%2Freddit-saved-post-viewer-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeds6391%2Freddit-saved-post-viewer-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeds6391%2Freddit-saved-post-viewer-api/lists"}