GithubHelp home page GithubHelp logo

weather's Introduction

weather

Something to pull weather info off METAR and push it to a MUCK using MCP.

To run

Make sure python3 is installed. For ubuntu:

apt-get install python3 python3-pip python3-venv

Either set up the packages globally or in a venv. venv is preferred if you are a python developer. Globally is fine if you don't give a crap and just want it to be easy.

Global install:

sudo pip3 install -r requirements.txt

Venv install:

python3 -mvenv venv
source venv/bin/active
pip3 install -r requirements.txt

Set up your config.ini file. Copy/paste this block into config.ini and edit accordingly:

[weather]
muck_host=hopeisland.net
muck_port=2048
use_ssl=1

mcp_key=xxxx

airport=SCIP

airport should be the aviation code. For United States airports, this is the common 3 letter code with a K in front. I.e. Raleigh-Durham NC Airport (RDU) is KRDU.

weather's People

Contributors

tanabi avatar

Watchers

 avatar  avatar

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.