{"id":26678321,"url":"https://github.com/telexintegrations/customer-feedback-api","last_synced_at":"2025-08-17T21:14:34.345Z","repository":{"id":278900793,"uuid":"937114593","full_name":"telexintegrations/Customer-Feedback-api","owner":"telexintegrations","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-22T11:52:00.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T12:28:00.502Z","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":null,"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":null,"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-22T11:21:42.000Z","updated_at":"2025-02-22T11:52:03.000Z","dependencies_parsed_at":"2025-02-22T12:38:18.365Z","dependency_job_id":null,"html_url":"https://github.com/telexintegrations/Customer-Feedback-api","commit_stats":null,"previous_names":["telexintegrations/customer-feedback-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2FCustomer-Feedback-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2FCustomer-Feedback-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2FCustomer-Feedback-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2FCustomer-Feedback-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telexintegrations","download_url":"https://codeload.github.com/telexintegrations/Customer-Feedback-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245591532,"owners_count":20640692,"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":[],"created_at":"2025-03-26T05:15:27.155Z","updated_at":"2025-03-26T05:15:27.776Z","avatar_url":"https://github.com/telexintegrations.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customer Feedback API\n\nA Flask-based API for collecting and managing customer complaints and reviews. This application integrates with **Telex** to provide real-time updates on customer feedback.\n\n## Features\n- Submit customer complaints/reviews via a web form.\n- Fetch all complaints in JSON format.\n- Telex integration for real-time updates.\n- Secure endpoints with API keys and tokens.\n\n## Project Structure\ncomplaint-monitor/\n├── app/\n│ ├── init.py\n│ ├── routes/\n│ │ └── complaints.py\n│ ├── services/\n│ │ └── complaint_service.py\n│ └── config.py\n│ ├── models/\n│   └── complaint.py\n├── templates/\n│ └── index.html\n├── requirements.txt\n├── .env\n├── wsgi.py\n└── README.md\n\n\n## Setup Instructions\n\n### 1. Clone the Repository\n\ngit clone https://github.com/VirusEmp/customer-feedback-api.git\ncd customer-feedback-api\n\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n\n# Install requirements\npip install -r requirements.txt\n\n# Run the application\npython wsgi.py\n\nAPI Endpoints\n1. Submit a Complaint\nURL: /\n\nMethod: POST\n\nDescription: Submit a customer complaint/review.\n\nForm Fields:\n\nname (optional): Customer name.\n\ncomplaint (required): Complaint/review text.\n\n2. Fetch All Complaints\nURL: /all\n\nMethod: GET\n\nDescription: Fetch all submitted complaints in JSON format.\n\n3. Telex Integration\nURL: /complaints_data\n\nMethod: GET\n\nDescription: Fetch complaints data for Telex integration.\n\nQuery Parameter(token): Telex secret token. #which is gotten after integrating app with telex \n\n4. Telex Settings\nURL: /telex_settings\n\nMethod: GET\n\nDescription: Fetch Telex integration settings in JSON format.\n\nTelex Integration\nThis application integrates with Telex to provide real-time updates on customer complaints. The integration includes:\n\nTick URL: Fetches complaints data at regular intervals.\n\nTarget URL: Sends formatted data to Telex's webhook.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelexintegrations%2Fcustomer-feedback-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelexintegrations%2Fcustomer-feedback-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelexintegrations%2Fcustomer-feedback-api/lists"}