{"id":26678311,"url":"https://github.com/telexintegrations/redditpulse","last_synced_at":"2025-10-04T18:50:34.386Z","repository":{"id":278419805,"uuid":"935532700","full_name":"telexintegrations/RedditPulse","owner":"telexintegrations","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-22T14:10:40.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T05:15:25.603Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/telexintegrations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-19T15:46:33.000Z","updated_at":"2025-02-22T14:10:43.000Z","dependencies_parsed_at":"2025-02-22T15:22:30.512Z","dependency_job_id":"a09c08f6-e24a-4149-98a3-45ba716b9d3a","html_url":"https://github.com/telexintegrations/RedditPulse","commit_stats":null,"previous_names":["magnus984/redditpulse","telexintegrations/redditpulse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/telexintegrations/RedditPulse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2FRedditPulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2FRedditPulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2FRedditPulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2FRedditPulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telexintegrations","download_url":"https://codeload.github.com/telexintegrations/RedditPulse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2FRedditPulse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278358477,"owners_count":25973949,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":[],"created_at":"2025-03-26T05:15:26.057Z","updated_at":"2025-10-04T18:50:34.344Z","avatar_url":"https://github.com/telexintegrations.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reddit Pulse\n\n## Introduction\n\nThis project is a social monitoring tool integrated with the telex platform. It fetches popular reddit posts hourly and sends a notification when specific topics that have been selected trend. It leverages FastAPI to create a robust API for handling requests and integrates with Reddit to fetch trending posts based on specified keywords.\n\n## Features\n\n- **FastAPI Integration**: Initializes a FastAPI application with CORS middleware and includes the API router for handling requests.\n- **Reddit API Integration**: Fetches trending Reddit posts based on keywords and sends notifications to a specified return URL.\n- **Configuration Management**: Utilizes Pydantic for defining application settings, including project name, version, and Reddit API credentials.\n\n## Folder Structure\n. ├── .gitignore ├── api │ └── routes │ ├── init.py │ ├── integration.py │ └── posts.py ├── core │ ├── auth.py │ └── config.py ├── main.py ├── requirements.txt └── tests ├── init.py └── test_app.py\n- **api/routes**: Contains route definitions for the API.\n  - `integration.py`: Returns integration details in JSON format, including app description and key features.\n  - `posts.py`: Defines an API endpoint that processes a payload to fetch trending Reddit posts.\n- **core**: Core functionalities of the application.\n  - `auth.py`: Handles authentication logic.\n  - `config.py`: Manages configuration settings using Pydantic.\n- **main.py**: Entry point of the application, initializing the FastAPI app.\n- **tests**: Contains test cases for the application.\n\n## Installation\n\n1. Clone the repository.\n2. Navigate to the project directory.\n3. Install dependencies using `pip install -r requirements.txt`.\n4. Run the application using `uvicorn main:app --reload`.\n\n## Deployment\n\nThe application is deployed at [URL](https://redditpulse.onrender.com).\n\n\n## Telex Integration\n\n  - Add the integration JSON URL in your telex organization\n  - configure the time interval and keyword settings\n\n\n## Screenshot\n![Screenshot of integration in telex channel](./docs/image.png)\n\n## Contribution\n\nWe welcome contributions! Please fork the repository and submit a pull request for any enhancements or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelexintegrations%2Fredditpulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelexintegrations%2Fredditpulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelexintegrations%2Fredditpulse/lists"}