{"id":42926620,"url":"https://github.com/coderefinery/indico-automation-cr","last_synced_at":"2026-01-30T18:10:26.517Z","repository":{"id":75414029,"uuid":"461907907","full_name":"coderefinery/indico-automation-cr","owner":"coderefinery","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-21T15:11:40.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-10T04:47:03.691Z","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/coderefinery.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-21T14:56:35.000Z","updated_at":"2022-02-21T15:11:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f6b33a5-d60c-40f1-83ff-fc8c62fcbf3d","html_url":"https://github.com/coderefinery/indico-automation-cr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coderefinery/indico-automation-cr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderefinery%2Findico-automation-cr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderefinery%2Findico-automation-cr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderefinery%2Findico-automation-cr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderefinery%2Findico-automation-cr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderefinery","download_url":"https://codeload.github.com/coderefinery/indico-automation-cr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderefinery%2Findico-automation-cr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-30T18:10:25.763Z","updated_at":"2026-01-30T18:10:26.509Z","avatar_url":"https://github.com/coderefinery.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automation for Indico\n\nIndico doesn't have an API to update registrants to events, and when\nyou need to do mass updates this is annoying.  This uses Selenium to\ndo these updates by scripting a web browser.\n\nCurrently little documentation, but the idea is:\n- export participants to a spreadsheet\n- update the spreadsheet, add a column for changes you want to make\n- Open in IPython shell and copy-paste the relevant lines into it to\n  set up the environment. (`%load basic.py`)\n- Load your modified spreadsheet in a pandas dataframe (variable name\n  `data` below)\n- Run some of the lines you see below to update the registrations.\n\n\n\n## Notes\n\n```\n%load basic.py\n\nselect_users(data[data.confirm=='y'].ID)\n# Then you have to manually confirm yourself\n\n# Set rooms\nfor idx, row in data[~data.new_room.isna()].iterrows():\n     print(row)\n     if update_person(row.ID, room=row.new_room) == 'break': break\n\nfor idx, row in data[~data.new_type.isna()].iterrows():\n     print(row)\n     if update_person(row.ID, type=row.new_type) == 'break': break\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderefinery%2Findico-automation-cr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderefinery%2Findico-automation-cr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderefinery%2Findico-automation-cr/lists"}