{"id":17463048,"url":"https://github.com/sirselim/streamlit_app_test","last_synced_at":"2025-03-28T06:45:24.250Z","repository":{"id":40975137,"uuid":"224305221","full_name":"sirselim/streamlit_app_test","owner":"sirselim","description":"A small repo to test out streamlit, a new tool for serving awesome web-based python apps.","archived":false,"fork":false,"pushed_at":"2024-08-12T18:35:55.000Z","size":8,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T07:42:03.418Z","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/sirselim.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":"2019-11-26T23:34:30.000Z","updated_at":"2019-11-27T00:56:55.000Z","dependencies_parsed_at":"2024-12-07T11:34:04.985Z","dependency_job_id":null,"html_url":"https://github.com/sirselim/streamlit_app_test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirselim%2Fstreamlit_app_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirselim%2Fstreamlit_app_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirselim%2Fstreamlit_app_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirselim%2Fstreamlit_app_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sirselim","download_url":"https://codeload.github.com/sirselim/streamlit_app_test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984556,"owners_count":20704794,"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":"2024-10-18T10:07:57.729Z","updated_at":"2025-03-28T06:45:24.230Z","avatar_url":"https://github.com/sirselim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# streamlit_app_test\nA small repo to test out streamlit, a new tool for serving awesome web-based python apps.\n\nThis is a testing repo that details a basic app and how to deploy it using the Heroku service. \n\n# create an app\n\n[This section will be fleshed out at a later date.]\n\nCreate an app using [streamlit](https://streamlit.io).\n\nOnce streamlit is installed on your local machine you can run the app in this repo via:\n\n`streamlit run https://raw.githubusercontent.com/sirselim/streamlit_app_test/master/test_app.py`\n\nFor something a little fancier try (*Warning*: this will pull ~250Mb of data):\n\n`streamlit run https://raw.githubusercontent.com/streamlit/demo-self-driving/master/app.py`\n\nWhen you are ready to deploy to the web [Heroku](www.heroku.com) is a simple, free option.\n\n# set up Heroku\n\nGet an account, sign up at [Heroku](www.heroku.com).\n\nInstall cli (Linux method below):\n\n`sudo snap install heroku --classic`\n\nLogin (in app directory):\n\n`heroku login`\n\nDeploy app:\n\n`heroku create`\n\nPush code to that instance:\n\n`git push heroku master`\n\nCheck running:\n\n`heroku ps:scale web=1`\n\nVisit the app site:\n\n`heroku open`\n\n## deploy to heroku\n\nTo deploy to Heroku you need to have at least these four files present:\n\n* the pythong app (`test_app.py` here)\n* a `Procfile` - test Heroku how/what to run\n* a `requirements.txt` file - packages to load (dependencies)\n* `setup.sh` - server setup instructions\n\n*Note:* it seems that you might also need to have the app already setup as a git repo. I was getting an error until I pushed it to my GitHub. Need to look into this further.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirselim%2Fstreamlit_app_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirselim%2Fstreamlit_app_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirselim%2Fstreamlit_app_test/lists"}