{"id":19755007,"url":"https://github.com/theguptaji/flask_app","last_synced_at":"2026-06-11T19:31:37.551Z","repository":{"id":43241828,"uuid":"244074615","full_name":"theguptaji/flask_app","owner":"theguptaji","description":"A twitter like application with LOGIN, SCHEDULING TIME, POST MANAGEMENT features.","archived":false,"fork":false,"pushed_at":"2022-12-07T23:37:45.000Z","size":2816,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T09:08:37.510Z","etag":null,"topics":["flask","management-system","python","scheduling","twitter"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/theguptaji.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}},"created_at":"2020-03-01T02:36:58.000Z","updated_at":"2020-04-17T03:14:09.000Z","dependencies_parsed_at":"2023-01-25T00:00:59.747Z","dependency_job_id":null,"html_url":"https://github.com/theguptaji/flask_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theguptaji/flask_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theguptaji%2Fflask_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theguptaji%2Fflask_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theguptaji%2Fflask_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theguptaji%2Fflask_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theguptaji","download_url":"https://codeload.github.com/theguptaji/flask_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theguptaji%2Fflask_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34215253,"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-06-11T02:00:06.485Z","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":["flask","management-system","python","scheduling","twitter"],"created_at":"2024-11-12T03:07:36.966Z","updated_at":"2026-06-11T19:31:37.525Z","avatar_url":"https://github.com/theguptaji.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask_app/flaskblog\nA twitter like application with LOGIN, SCHEDULING-TIME, POST-MANAGEMENT features.\n\n# To run \n* We are using sqlite database with this app, so we need to create a database first\n* (In Mac) First install sqlite via brew.\n* Create a database named \"site.db\":\n```\nsqlite3 site.db\n```\n* Now we need a secret key for flask security, use python console to generate one via:\n```\nsecrets.token_hex(16)\n```\n* Add the configuration for sqllite database, secret key and linking gmail for forgot password feature in your bash.\n  ```\n  export SECRET_KEY= Secret key\n  export SQLALCHEMY_DATABASE_URI='sqlite:///site.db'\n  export EMAIL_USER= your_gmail_id\n  export EMAIL_PASS= your_gmail_password\n  ```\n* Now prepare a python virtual env by:\n  ```\n  virtualenv venv\n  source venv/bin/activate\n  ```\n* Install all the python libraries from __requirements.txt__ via  \n  ```\n  pip3 install -r requirements.txt\n  ```\n* from terminal  \n  ```\n  export FLASK_APP=flaskblog\n  flask run\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheguptaji%2Fflask_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheguptaji%2Fflask_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheguptaji%2Fflask_app/lists"}