Giter Club home page Giter Club logo

conrad's Introduction

conrad โ€” Conference Radar

Workflow Status Documentation Status image image image image

conrad helps you track conferences and meetups on your terminal!


Here's how it works:

$ conrad show
id name url city state country start_date end_date
3ae4f9 PyCon Fr 2019 https://www.pycon.fr/ Bordeaux France 2019-10-31 2019-11-04
68bf57 PyCon Sweden http://www.pycon.se/ Stockholm Sweden 2019-10-31 2019-11-02

Why conrad?

  • ๐Ÿค– The event database updates every Monday at 00:00 UTC using crawlers + GitHub Actions.
  • ๐Ÿ“… 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!
  • ๐Ÿ”„ Run conrad refresh to get the latest events!
  • โ›๏ธ You can contribute crawlers and events by simply raising a PR!

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; > 30 days #008000, >10 and < 30 days #ffff00 and < 10 days #ff0000.

$ conrad remind -i 6bb714
$ conrad remind
name start_date days_left
PyCon US 2020-04-15 52 days left to cfp deadline!

Protip: 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
id name url city state country start_date end_date
34994e PyConf Hyderabad https://pyconf.hydpy.org/2019/ Hyderabad Telangana India 2019-12-07 2019-12-08
6bb714 PyCon US https://us.pycon.org Pittsburgh Pennsylvania USA 2020-04-15 2020-04-23

Look at conferences using a tag:

$ conrad show --tag python
id name url city state country start_date end_date
3ae4f9 PyCon Fr 2019 https://www.pycon.fr/ Bordeaux France 2019-10-31 2019-11-04
68bf57 PyCon Sweden http://www.pycon.se/ Stockholm Sweden 2019-10-31 2019-11-02

Look at conferences using a name:

$ conrad show --name pycon
id name url city state country start_date end_date
3ae4f9 PyCon Fr 2019 https://www.pycon.fr/ Bordeaux France 2019-10-31 2019-11-04
68bf57 PyCon Sweden http://www.pycon.se/ Stockholm Sweden 2019-10-31 2019-11-02

Look at conferences in a city, state or country:

$ conrad show --location usa
id name url city state country start_date end_date
66867c PyCascades 2020 https://2020.pycascades.com Portland Oregon USA 2020-02-08 2020-02-10
6bb714 PyCon US https://us.pycon.org Pittsburgh Pennsylvania USA 2020-04-15 2020-04-23

Look at conferences based on when they're happening:

$ conrad show --date ">= 2019-10-01" --date "<= 2020-01-01"
id name url city state country start_date end_date
3ae4f9 PyCon Fr 2019 https://www.pycon.fr/ Bordeaux France 2019-10-31 2019-11-04
68bf57 PyCon Sweden http://www.pycon.se/ Stockholm Sweden 2019-10-31 2019-11-02

Refresh event database

You can get the latest events using:

$ conrad refresh

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 this repository.

License

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.