{"id":25585421,"url":"https://github.com/telexintegrations/telex-daily-standup-report","last_synced_at":"2026-04-30T02:32:56.639Z","repository":{"id":278651579,"uuid":"936316809","full_name":"telexintegrations/telex-daily-standup-report","owner":"telexintegrations","description":"This Telex integration sends a scheduled reminder to a channel, prompting team members to submit their daily standup reports.","archived":false,"fork":false,"pushed_at":"2025-02-21T09:08:14.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-27T11:49:06.633Z","etag":null,"topics":["api","daily-reminder","fastapi","pytest"],"latest_commit_sha":null,"homepage":"https://telex-daily-standup-report.onrender.com/","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-20T22:08:10.000Z","updated_at":"2025-02-22T09:17:10.000Z","dependencies_parsed_at":"2025-02-20T23:39:40.678Z","dependency_job_id":null,"html_url":"https://github.com/telexintegrations/telex-daily-standup-report","commit_stats":null,"previous_names":["telexintegrations/telex-daily-standup-report"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/telexintegrations/telex-daily-standup-report","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2Ftelex-daily-standup-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2Ftelex-daily-standup-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2Ftelex-daily-standup-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2Ftelex-daily-standup-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telexintegrations","download_url":"https://codeload.github.com/telexintegrations/telex-daily-standup-report/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2Ftelex-daily-standup-report/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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","daily-reminder","fastapi","pytest"],"created_at":"2025-02-21T07:17:00.297Z","updated_at":"2026-04-30T02:32:56.608Z","avatar_url":"https://github.com/telexintegrations.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telex Daily Standup Report\n\n## Overview\n\nThis project provides a Telex integration that sends scheduled reminders to a channel, prompting team members to submit their daily standup reports. It's built using FastAPI and designed to be deployed as a Telex integration service.\n\n## Screenshots\n\n- [Daily Standup Report on Telex Channel](https://imgur.com/a/6cPT5oe)\n- [Description of Telex Daily Standup Report Integration](https://imgur.com/a/eBWMrcE)\n\n## Features\n\n- ⏰ Scheduled reminders for daily standups.\n- 📝 Customizable reminder messages with template guidance.\n- 🔔 Configurable mention types (@channel, @here).\n- ⚙️ Easy configuration via integration settings.\n- 🚀 Simple deployment as a Telex integration.\n- 🧪 Complete test coverage.\n\n## Project Structure\n\n```\ntelex-daily-standup-report/\n├── api/\n│ ├── db/\n│ │ ├── __init__.py\n│ │ └── schemas.py           # Data models\n│ ├── routes/\n│ │ ├── __init__.py\n│ │ └── remainder.py         # Remainder route handlers\n│ └── router.py              # API router configuration\n├── core/\n│ ├── __init__.py\n│ └── config.py              # Application settings\n├── tests/\n│ ├── __init__.py\n│ └── test_remainder.py      # API endpoint tests\n├── main.py                  # Application entry point\n├── requirements.txt         # Project dependencies\n└── README.md\n```\n\n## Technologies Used\n\n- Python 3.11+\n- FastAPI\n- Pydantic\n- pytest\n- uvicorn\n- httpx\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone \u003crepository_url\u003e\ncd fastapi-telex-project\n```\n\n2. Create a virtual environment:\n\n```bash\npython -m venv venv\nsource venv/bin/activate # On Windows: venv\\Scripts\\activate\n```\n\n3. Install dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n## Running the Application\n\n1. Start the server:\n\n```bash\nuvicorn main:app\n```\n\n2. Access the API documentation:\n\n- Swagger UI: http://localhost:8000/docs\n- ReDoc: http://localhost:8000/redoc\n\n## API Endpoints\n\n### Integration Metadata\n\n- `GET /integration.json `- Returns the integration metadata required by Telex.\n\n### Tick Endpoint\n\n- `POST /tick` - Triggers the sending of a standup reminder based on the provided payload.\n\n## Integration Settings\n\nThe following settings are configurable via the integration.json endpoint:\n\n- `interval`: The cron-like schedule for sending reminders (e.g., \"0 9 * * 1-6\").\n- `Reminder Message`: The message to be sent in the reminder.\n- `Mention Type`: The mention type to use (@channel or @here).\n\n[Screenshot of Daily Standup Report Integration Settings on Telex App](https://imgur.com/a/A2jE386)\n\n## Tick Payload Schema\n\n```json\n{\n  \"channel_id\": \"channel_id\",\n  \"return_url\": \"return_url\",\n  \"settings\": [\n    {\n      \"label\": \"interval\",\n      \"type\": \"text\",\n      \"required\": true,\n      \"default\": \"0 9 * * 1-6\"\n    },\n    {\n      \"label\": \"Reminder Message\",\n      \"type\": \"text\",\n      \"required\": true,\n      \"default\": \"Reminder: DAILY STAND-UP REPORT...\"\n    },\n    {\n      \"label\": \"Mention Type\",\n      \"type\": \"dropdown\",\n      \"required\": true,\n      \"default\": \"@channel\",\n      \"options\": [\"@channel\", \"@here\"]\n    }\n  ]\n}\n```\n\n## Running Tests\n\n```bash\npytest\n```\n\n## Error Handling\n\nThe API handles errors gracefully and provides appropriate responses.\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit changes (`git commit -m 'Add AmazingFeature'`)\n4. Push to branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nFor support, please open an issue in the GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelexintegrations%2Ftelex-daily-standup-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelexintegrations%2Ftelex-daily-standup-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelexintegrations%2Ftelex-daily-standup-report/lists"}