{"id":23994703,"url":"https://github.com/tuni56/support_ticket_streamlit","last_synced_at":"2026-05-29T16:31:11.781Z","repository":{"id":270270267,"uuid":"909819108","full_name":"tuni56/support_ticket_streamlit","owner":"tuni56","description":"Interactive support ticket management system","archived":false,"fork":false,"pushed_at":"2024-12-29T21:44:12.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T07:14:39.172Z","etag":null,"topics":["data-science","data-visualization","python","streamlit-webapp"],"latest_commit_sha":null,"homepage":"https://supportticketapp.streamlit.app/","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/tuni56.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":"2024-12-29T21:35:51.000Z","updated_at":"2025-01-26T14:36:57.000Z","dependencies_parsed_at":"2024-12-29T22:24:38.722Z","dependency_job_id":"f0191618-6ef0-4ae3-a2a7-c7597cd86775","html_url":"https://github.com/tuni56/support_ticket_streamlit","commit_stats":null,"previous_names":["tuni56/support_ticket_streamlit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tuni56/support_ticket_streamlit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuni56%2Fsupport_ticket_streamlit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuni56%2Fsupport_ticket_streamlit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuni56%2Fsupport_ticket_streamlit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuni56%2Fsupport_ticket_streamlit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuni56","download_url":"https://codeload.github.com/tuni56/support_ticket_streamlit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuni56%2Fsupport_ticket_streamlit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33662205,"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-05-29T02:00:06.066Z","response_time":107,"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":["data-science","data-visualization","python","streamlit-webapp"],"created_at":"2025-01-07T21:19:21.629Z","updated_at":"2026-05-29T16:31:11.764Z","avatar_url":"https://github.com/tuni56.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eSupport Ticket Web App\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  A simple, interactive support ticket management system built with \u003cstrong\u003eStreamlit\u003c/strong\u003e, designed to streamline the process of tracking and resolving support requests.\n\u003c/p\u003e\n\n---\n\n\u003ch2\u003e✨ Features\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eCreate, update, and manage support tickets\u003c/li\u003e\n  \u003cli\u003eIntuitive, user-friendly interface\u003c/li\u003e\n  \u003cli\u003eReal-time data handling with \u003cstrong\u003ePandas\u003c/strong\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n---\n\n\u003ch2\u003e🛠️ Prerequisites\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003cstrong\u003ePython 3.8+\u003c/strong\u003e installed\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eVirtualenv\u003c/strong\u003e for environment management\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eVSCode\u003c/strong\u003e for editing and running the project\u003c/li\u003e\n\u003c/ul\u003e\n\n---\n\n\u003ch2\u003e🚀 Getting Started\u003c/h2\u003e\n\n\u003ch3\u003eStep 1: Clone the Repository\u003c/h3\u003e\n\u003cpre\u003e\n\u003ccode\u003e\ngit clone https://github.com/yourusername/support-ticket-app.git\ncd support-ticket-app\n\u003c/code\u003e\n\u003c/pre\u003e\n\n\u003ch3\u003eStep 2: Set Up a Virtual Environment\u003c/h3\u003e\n\u003col\u003e\n  \u003cli\u003eCreate a virtual environment:\n    \u003cpre\u003e\u003ccode\u003epython -m venv venv\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n  \u003cli\u003eActivate the virtual environment:\n    \u003cul\u003e\n      \u003cli\u003eOn \u003cstrong\u003eWindows\u003c/strong\u003e:\n        \u003cpre\u003e\u003ccode\u003e.\\venv\\Scripts\\activate\u003c/code\u003e\u003c/pre\u003e\n      \u003c/li\u003e\n      \u003cli\u003eOn \u003cstrong\u003emacOS/Linux\u003c/strong\u003e:\n        \u003cpre\u003e\u003ccode\u003esource venv/bin/activate\u003c/code\u003e\u003c/pre\u003e\n      \u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003eInstall dependencies:\n    \u003cpre\u003e\u003ccode\u003epip install -r requirements.txt\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch3\u003eStep 3: Configure Virtual Environment in VSCode\u003c/h3\u003e\n\u003col\u003e\n  \u003cli\u003eOpen the project folder in VSCode:\n    \u003cpre\u003e\u003ccode\u003ecode .\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n  \u003cli\u003eInstall the \u003cstrong\u003ePython\u003c/strong\u003e extension for VSCode (if not already installed).\u003c/li\u003e\n  \u003cli\u003eSelect the virtual environment as the interpreter:\n    \u003cul\u003e\n      \u003cli\u003ePress \u003ccode\u003eCtrl+Shift+P\u003c/code\u003e (or \u003ccode\u003eCmd+Shift+P\u003c/code\u003e on macOS) to open the Command Palette.\u003c/li\u003e\n      \u003cli\u003eSearch for and select \u003cstrong\u003ePython: Select Interpreter\u003c/strong\u003e.\u003c/li\u003e\n      \u003cli\u003eChoose the virtual environment located in the \u003ccode\u003evenv\u003c/code\u003e folder.\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n\u003c/ol\u003e\n\n---\n\n\u003ch2\u003e💻 Run the Application\u003c/h2\u003e\n\u003col\u003e\n  \u003cli\u003eActivate the virtual environment if it’s not already active:\n    \u003cul\u003e\n      \u003cli\u003eOn \u003cstrong\u003eWindows\u003c/strong\u003e:\n        \u003cpre\u003e\u003ccode\u003e.\\venv\\Scripts\\activate\u003c/code\u003e\u003c/pre\u003e\n      \u003c/li\u003e\n      \u003cli\u003eOn \u003cstrong\u003emacOS/Linux\u003c/strong\u003e:\n        \u003cpre\u003e\u003ccode\u003esource venv/bin/activate\u003c/code\u003e\u003c/pre\u003e\n      \u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003eRun the Streamlit app:\n    \u003cpre\u003e\u003ccode\u003estreamlit run app.py\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n  \u003cli\u003eOpen your browser and navigate to \u003ccode\u003ehttp://localhost:8501\u003c/code\u003e to access the app.\u003c/li\u003e\n\u003c/ol\u003e\n\n---\n\n\u003ch2\u003e📜 Project Structure\u003c/h2\u003e\n\u003cpre\u003e\n\u003ccode\u003e\nsupport-ticket-app/\n│\n├── app.py               # Main Streamlit app\n├── requirements.txt     # Project dependencies\n├── data/                # Folder for storing ticket data\n├── venv/                # Virtual environment folder (not included in repo)\n└── README.md            # Project documentation\n\u003c/code\u003e\n\u003c/pre\u003e\n\n---\n\n\u003ch2\u003e🤝 Contributing\u003c/h2\u003e\n\u003col\u003e\n  \u003cli\u003eFork the repository\u003c/li\u003e\n  \u003cli\u003eCreate a new feature branch:\n    \u003cpre\u003e\u003ccode\u003egit checkout -b feature-name\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n  \u003cli\u003eCommit your changes:\n    \u003cpre\u003e\u003ccode\u003egit commit -m \"Add feature-name\"\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n  \u003cli\u003ePush the branch:\n    \u003cpre\u003e\u003ccode\u003egit push origin feature-name\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n  \u003cli\u003eOpen a pull request\u003c/li\u003e\n\u003c/ol\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\u003cstrong\u003eHappy coding! 😊\u003c/strong\u003e\u003c/p\u003e\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuni56%2Fsupport_ticket_streamlit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuni56%2Fsupport_ticket_streamlit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuni56%2Fsupport_ticket_streamlit/lists"}