{"id":16285130,"url":"https://github.com/parente/bof","last_synced_at":"2026-01-20T08:01:55.509Z","repository":{"id":136634737,"uuid":"64622823","full_name":"parente/bof","owner":"parente","description":"Web app to aid off-the-cuff planning of Birds of a Feather (BoF) sessions at a venue","archived":false,"fork":false,"pushed_at":"2016-09-11T05:11:22.000Z","size":93,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T18:52:05.749Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parente.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-08-01T00:22:49.000Z","updated_at":"2016-08-21T18:45:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ac2cd21-44dc-42b6-b560-26625fe28882","html_url":"https://github.com/parente/bof","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/parente%2Fbof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parente%2Fbof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parente%2Fbof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parente%2Fbof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parente","download_url":"https://codeload.github.com/parente/bof/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247951496,"owners_count":21023733,"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-10T19:22:22.246Z","updated_at":"2026-01-20T08:01:50.460Z","avatar_url":"https://github.com/parente.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BoF App\n\nA web app to aid off-the-cuff planning of Birds of a Feather (BoF) sessions at a venue\n\n## Run for Development\n\nNOTE: Not using conda/conda-forge at the moment because of SSL verification problems when communicating with GitHub to fetch user data. (Bad certificates package?)\n\n```\npip install -r requirements.txt\nexport GITHUB_CONSUMER_KEY='your app github key'\nexport GITHUB_CONSUMER_SECRET='your app github secret'\npython -m bof.admin data examples\nFLASK_APP=bof/__init__.py FLASK_DEBUG=1 flask run\n```\n\n## Deploy to Cloud Foundry\n\nCreate a `dev-manifest.yml` and/or `prod-manifest.yml` that inherits from base-manifest.yml:\n\n```\n---\ninherit: base-manifest.yml\napplications:\n- name: bof\n  host: bof\n  env:\n    GITHUB_CONSUMER_KEY: 'replace with GitHub OAuth client ID'\n    GITHUB_CONSUMER_SECRET: 'replace with GitHub OAuth secret'\n    SECRET_KEY: 'replace with a random string'\n    SQLALCHEMY_DATABASE_URI: 'postgresql+pg8000://username:password@host:port/database'\n    SQLALCHEMY_POOL_SIZE: 1     # per worker\n```\n\nPush it.\n\n```\ncf push -f dev-manifest.yml\n```\n\nFor zero-downtime deploys, get https://github.com/contraband/autopilot, make sure you have twice the app allocated resources available, and then run:\n\n```\ncf zero-downtime-push bof -f dev-manifest.yml\n```\n\nIf the zero-downtime deploy goes bad, just use `cf delete` to remove the botched app and `cf rename` to rename the venerable instance back to the main instance.\n\n## Administer the Database\n\nSet `SQLALCHEMY_DATABASE_URI` in your environment. Then run:\n\n```\npython -m bof.admin --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparente%2Fbof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparente%2Fbof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparente%2Fbof/lists"}