{"id":24806424,"url":"https://github.com/remy349/upload-images-cloudinary-python","last_synced_at":"2026-04-17T15:31:57.528Z","repository":{"id":118336517,"uuid":"543830510","full_name":"Remy349/upload-images-cloudinary-python","owner":"Remy349","description":"Upload your images to Cloudinary using Python and Flask","archived":false,"fork":false,"pushed_at":"2023-05-18T00:01:34.000Z","size":668,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T09:23:24.341Z","etag":null,"topics":["flask","flask-migrate","flask-sqlalchemy","html","python","scss","sqlite"],"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/Remy349.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":"2022-09-30T23:53:48.000Z","updated_at":"2023-09-12T14:48:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"7bba6755-ebef-4340-a695-b576b98c9830","html_url":"https://github.com/Remy349/upload-images-cloudinary-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Remy349/upload-images-cloudinary-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Fupload-images-cloudinary-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Fupload-images-cloudinary-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Fupload-images-cloudinary-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Fupload-images-cloudinary-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Remy349","download_url":"https://codeload.github.com/Remy349/upload-images-cloudinary-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Fupload-images-cloudinary-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31934330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flask","flask-migrate","flask-sqlalchemy","html","python","scss","sqlite"],"created_at":"2025-01-30T08:28:30.593Z","updated_at":"2026-04-17T15:31:57.511Z","avatar_url":"https://github.com/Remy349.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# upload-images-cloudinary-python\nA simple application to demonstrate how you can upload and save your images in Cloudinary.\n\n## Table of contents\n\n- [Built with](#built-with)\n- [How to run it?](#how-to-run-it)\n\n## Preview image\n\n![PREVIEW](./preview/preview.png)\n\n## Built with\n\n- HTML\n- SCSS\n- Python and Flask\n- Flask-SQLAlchemy\n- Flask-Migrate\n- Flask-WTF\n- SQLite\n\n## How to run it?\n\n1. Clone this repository on your computer:\n```Shell\n$ git clone https://github.com/Remy349/upload-images-cloudinary-python.git\n\n$ cd upload-images-cloudinary-python\n```\n\n2. Once inside the repository create and activate a virtual environment:\n```Shell\n# For Linux\n$ python3 -m venv venv\n# Now activate the virtual enviroment\n$ . venv/bin/activate\n\n# For Windows(py -3 -m venv venv or...)\n$ python -m venv venv\n# Now activate the virtual enviroment\n$ venv\\Scripts\\activate\n```\n\n3. Install the requirements:\n```Shell\n# For Windows could be just \"pip\"\n(venv) $ pip3 install -r requirements.txt\n```\n\n4. You will have to add an \".env\" file and in it you will have to add the following values for the necessary environment variables:\n```Shell\n# .env - Example values\n\nSECRET_KEY=yourownsecretkey\nCLOUDINARY_CLOUD_NAME=yourCloudinaryCLOUD_NAME\nCLOUDINARY_API_KEY=yourCloudinaryAPI_KEY\nCLOUDINARY_API_SECRET=yourCloudinaryAPI_SECRET\n```\n\nTo get this data from Cloudinary, you must create your own account, it is very easy to do, I leave you the link:\n\n- [Cloudinary](https://cloudinary.com/)\n\n5. Now just run the following commands in the terminal to add the tables to the database and run the server:\n```Shell\n# Adding table models to the database\n(venv) $ flask db upgrade\n\n# Run the server\n(venv) $ flask run\n* Serving Flask app 'application.py'\n* Running on http://127.0.0.1:5000 (Press CTRL+C to quit)\n```\n\n### Developed by Santiago de Jesús Moraga Caldera - Remy349(GitHub)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremy349%2Fupload-images-cloudinary-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremy349%2Fupload-images-cloudinary-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremy349%2Fupload-images-cloudinary-python/lists"}