{"id":22012823,"url":"https://github.com/rahul-vinay/captcha-trial","last_synced_at":"2026-04-15T15:45:26.753Z","repository":{"id":260140436,"uuid":"880436649","full_name":"rahul-vinay/Captcha-trial","owner":"rahul-vinay","description":"This Flask application implements CAPTCHA verification to confirm user authenticity before form submission. Using Flask-Session and Flask-Session-Captcha, it securely manages sessions with MongoDB integration for persistent session storage","archived":false,"fork":false,"pushed_at":"2024-10-29T18:17:38.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T14:51:48.073Z","etag":null,"topics":["captcha-verification","flask-framework","flask-session","mongodb"],"latest_commit_sha":null,"homepage":"","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/rahul-vinay.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":"2024-10-29T18:10:25.000Z","updated_at":"2024-10-30T19:53:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7bf5940-c3d4-4abf-a733-b9fed59a915c","html_url":"https://github.com/rahul-vinay/Captcha-trial","commit_stats":null,"previous_names":["rahul-vinay/captcha-trial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahul-vinay%2FCaptcha-trial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahul-vinay%2FCaptcha-trial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahul-vinay%2FCaptcha-trial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahul-vinay%2FCaptcha-trial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahul-vinay","download_url":"https://codeload.github.com/rahul-vinay/Captcha-trial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072266,"owners_count":20556353,"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":["captcha-verification","flask-framework","flask-session","mongodb"],"created_at":"2024-11-30T03:14:38.316Z","updated_at":"2026-04-15T15:45:21.728Z","avatar_url":"https://github.com/rahul-vinay.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Captcha Trial\n\nA simple Flask application that demonstrates CAPTCHA verification using Flask, Flask-Session, and Flask-Session-Captcha. This project integrates MongoDB for session management.\n\n## Project Structure\n\n\n\n## Features\n\n- **CAPTCHA Verification**: Ensures that users are human before submitting forms.\n- **MongoDB Integration**: Manages session data in MongoDB for persistent storage.\n- **Flask-Session**: Utilizes server-side sessions to securely store session data.\n\n## Requirements\n\n- Python 3.11\n- Flask\n- Flask-Session\n- Flask-Session-Captcha\n- pymongo (for MongoDB)\n- MongoDB (running on localhost)\n\n## Setup and Installation\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/your-username/captcha_trial.git\n   cd captcha_trial\n\n2. **Install Dependencies**\n   ```bash\n   pip install -U Flask Flask-Session Flask-Session-Captcha pymongo\n\n3. **Run MongoDB (if it isn't running already)\n   - Ensure MongoDB is installed and running on localhost:27017\n\n4. **Run the Application**\n   ```bash\n   python app.py\n\n5. **Access the Application**\n   - Open your browser and go to http://localhost:5000\n  \n6. **Usage**\n   - Visit the form at the route (/).\n   - Fill in the CAPTCHA to verify that you are human.\n   - Submit the form to see success or failure message.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahul-vinay%2Fcaptcha-trial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahul-vinay%2Fcaptcha-trial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahul-vinay%2Fcaptcha-trial/lists"}