{"id":13501525,"url":"https://github.com/vinayak-mehta/conrad","last_synced_at":"2025-05-15T16:03:26.881Z","repository":{"id":47043360,"uuid":"164713398","full_name":"vinayak-mehta/conrad","owner":"vinayak-mehta","description":"Track conferences and meetups on your terminal.","archived":false,"fork":false,"pushed_at":"2025-05-05T09:27:09.000Z","size":1367,"stargazers_count":254,"open_issues_count":33,"forks_count":58,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-05T10:37:01.408Z","etag":null,"topics":["git-scraping"],"latest_commit_sha":null,"homepage":"https://conference-radar.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vinayak-mehta.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2019-01-08T18:56:08.000Z","updated_at":"2025-05-05T09:27:12.000Z","dependencies_parsed_at":"2024-10-14T09:31:15.348Z","dependency_job_id":"234d80df-2482-4e33-bd3d-5fdb9d901730","html_url":"https://github.com/vinayak-mehta/conrad","commit_stats":{"total_commits":328,"total_committers":8,"mean_commits":41.0,"dds":0.04268292682926833,"last_synced_commit":"7b564eea169e1582b0be584b22d5e617e5e5283b"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayak-mehta%2Fconrad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayak-mehta%2Fconrad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayak-mehta%2Fconrad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayak-mehta%2Fconrad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinayak-mehta","download_url":"https://codeload.github.com/vinayak-mehta/conrad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374401,"owners_count":22060609,"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":["git-scraping"],"created_at":"2024-07-31T22:01:40.517Z","updated_at":"2025-05-15T16:03:26.861Z","avatar_url":"https://github.com/vinayak-mehta.png","language":"Python","funding_links":[],"categories":["Python","\u003ca name=\"science\"\u003e\u003c/a\u003eScience"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/mozilla-satellite-antenna.png\" width=\"200\"\u003e\n\u003c/p\u003e\n\n# conrad — Conference Radar\n\n[![Workflow Status](https://github.com/vinayak-mehta/conrad/workflows/Get%20events/badge.svg)](https://github.com/vinayak-mehta/conrad/actions) [![Documentation Status](https://readthedocs.org/projects/conference-radar/badge/?version=latest)](https://conference-radar.readthedocs.io/en/latest/) [![image](https://img.shields.io/pypi/v/conference-radar.svg)](https://pypi.org/project/conference-radar/) [![image](https://img.shields.io/pypi/pyversions/conference-radar.svg)](https://pypi.org/project/conference-radar/) [![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\n`conrad` helps you track conferences and meetups on your terminal.\n\n---\n\nHere's how it works:\n\n\u003cpre\u003e\n$ conrad show\n\u003c/pre\u003e\n\n![show](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show.png)\n\n## Why conrad?\n\n- 📅 Never miss CFP deadlines again. `conrad remind` can remind you every time you open a terminal!\n- 📊 Query and explore events using tags, names, locations, and dates. `conrad show --cfp` will tell you about events where the CFP is open!\n- 🤖 Crawlers update events twice a week! (Monday and Thursday at 00:00 UTC)\n\n## Installation\n\nYou can simply use pip to install `conrad`:\n\n\u003cpre\u003e\n$ pip install conference-radar\n\u003c/pre\u003e\n\n## Features\n\n### Continuous updates\n\nThe event list is maintained in `data/events.json`. This list is continuously updated by the available `crawlers` using GitHub Actions.\n\nSources:\n\n- https://confs.tech\n- https://pydata.org/event-schedule\n- https://github.com/python-organizers/conferences\n- https://wiki.python.org/moin/PythonEventsCalendar\n\n### Set reminders\n\nYou can set CFP reminders so that you never miss a deadline! The color changes based on event proximity; **\u003e 30 days** ![#008000](https://placehold.it/15/008000/000000?text=+), **\u003e10 and \u003c 30 days** ![#ffff00](https://placehold.it/15/ffff00/000000?text=+) and **\u003c 10 days** ![#ff0000](https://placehold.it/15/ff0000/000000?text=+).\n\n\u003cpre\u003e\n$ conrad remind -i 6bb714\n$ conrad remind\n\u003c/pre\u003e\n\n![remind](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/remind.png)\n\n**Protip**: Add `conrad remind` to your shell startup file so that you get a reminder every time you open a new terminal!\n\n### Query and explore\n\nYou can query and explore the event database using various filters.\n\nLook at events which have an open call for proposals (CFP):\n\n\u003cpre\u003e\n$ conrad show --cfp\n\u003c/pre\u003e\n\n![show-cfp](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show-cfp.png)\n\nLook at conferences using a tag:\n\n\u003cpre\u003e\n$ conrad show --tag python\n\u003c/pre\u003e\n\n![show-tag](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show-tag.png)\n\nLook at conferences using a name:\n\n\u003cpre\u003e\n$ conrad show --name pycon\n\u003c/pre\u003e\n\n![show-name](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show-name.png)\n\nLook at conferences in a city, state or country:\n\n\u003cpre\u003e\n$ conrad show --location usa\n\u003c/pre\u003e\n\n![show-location](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show-location.png)\n\nLook at conferences based on when they're happening:\n\n\u003cpre\u003e\n$ conrad show --date \"\u003e= 2019-10-01\" --date \"\u003c= 2020-01-01\"\n\u003c/pre\u003e\n\n![show-date](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show-date.png)\n\n### Refresh event database\n\nYou can get the latest events using:\n\n\u003cpre\u003e\n$ conrad refresh\n\u003c/pre\u003e\n\n![refresh](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/refresh.png)\n\n## Contributing\n\nThe [Contributor's Guide](https://github.com/vinayak-mehta/conrad/blob/master/CONTRIBUTING.md) has detailed information about guidelines around contributions. You can add new crawlers and events to `conrad`:\n\n- [Adding a crawler](https://conference-radar.readthedocs.io/en/latest/dev/adding-crawlers.html)\n- [Adding new events](https://conference-radar.readthedocs.io/en/latest/dev/adding-events.html)\n\n## Versioning\n\n`conrad` uses [Semantic Versioning](https://semver.org/). For the available versions, see the tags on this repository.\n\n## License\n\nThis project is licensed under the Apache License, see the [LICENSE](https://github.com/vinayak-mehta/conrad/blob/master/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinayak-mehta%2Fconrad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinayak-mehta%2Fconrad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinayak-mehta%2Fconrad/lists"}