Skip to content

Slack flight board to see who gets to a hackathon (or whatever) when and at what time.

License

Notifications You must be signed in to change notification settings

EerierGosling/inbound

 
 

Repository files navigation

inbound

Slack flight board to see who gets to a hackathon (or whatever) when and at what time.

how to add your flight

easy method

  1. Fork this repo and clone it
  2. Install pyyaml (pip3 install pyyaml)
  3. Run the add flight script (python3 add_flight.py)
  4. Push the repo (git push)
  5. Make a pull request
pip3 install pyyaml

advanced method

  1. Fork this repo and clone it
  2. Edit config.yaml and add a user to the yaml users array in this format:
  - flights:
    - code: FLIGHT_CODE
      date: 'YYYY-MM-DD'
    - code: FLIGHT_CODE
      date: 'YYYY-MM-DD'
    id: SLACK_ID
    name: YOUR_NAME_HERE
  1. Push the repo (git push)
  2. Make a pull request

About

Slack flight board to see who gets to a hackathon (or whatever) when and at what time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • Python 17.4%