conrad — Conference Radar

Workflow Status Documentation Status https://img.shields.io/pypi/v/conference-radar.svg https://img.shields.io/pypi/pyversions/conference-radar.svg https://img.shields.io/badge/code%20style-black-000000.svg

conrad helps you track conferences and meetups on your terminal.

Here’s how it works:

$ conrad show
_images/show.png

Why conrad?

  • 📅 Never miss CFP deadlines again. conrad remind can remind you every time you open a terminal!

  • 📊 Query and explore events using tags, names, locations, and dates. conrad show --cfp will tell you about events where the CFP is open!

  • 🤖 Crawlers update events twice a week! (Monday and Thursday at 00:00 UTC)

Installation

You can simply use pip to install conrad:

$ pip install conference-radar

Features

Continuous updates

The event list is maintained in data/events.json. This list is continuously updated by the available crawlers using GitHub Actions.

Sources:

Set reminders

You can set CFP reminders so that you never miss a deadline! The color changes based on event proximity:

$ conrad remind -i 6bb714
$ conrad remind
_images/remind.png

Note

Add conrad remind to your shell startup file so that you get a reminder every time you open a new terminal!

Query and explore

You can query and explore the event database using various filters.

Look at events which have an open call for proposals (CFP):

$ conrad show --cfp
_images/show-cfp.png

Look at conferences using a tag:

$ conrad show --tag python
_images/show-tag.png

Look at conferences using a name:

$ conrad show --name pycon
_images/show-name.png

Look at conferences in a city, state or country:

$ conrad show --location usa
_images/show-location.png

Look at conferences based on when they’re happening:

$ conrad show --date ">= 2019-10-01" --date "<= 2020-01-01"
_images/show-date.png

Refresh event database

You can get the latest events using:

$ conrad refresh
_images/refresh.png

Contributing

The Contributor’s Guide has detailed information about guidelines around contributions. You can add new crawlers and events to conrad:

Versioning

conrad uses Semantic Versioning. For the available versions, see the tags on the GitHub repository.

License

This project is licensed under the Apache License, see the LICENSE file for details.