Skip to content

PythonMilano/pyGlialo

Repository files navigation

pyGlialo

our solution to spread the goodies

Build Status Coverage Status

How to use

Installing

this project use Python 3 and Flask

  1. Clone the project and checkout develop

  2. Create a file named secrets.py with the string meetup_api_key inside, use this to assign your personal api key from meetup,
    it should look like something like this (31 char long, this one is fake): meetup_api_key = '781a5b2c2d7e332f803f325625361e9'

  3. Install using requirements.txt

  4. Run the application using python3 flask_pyGlialo.py

  5. Open browser

Branches

  • master: stable branch (We have Travis)
  • develop: branch for the latest development, if you want to contribute fork this one

Bad Things

See open issues

Contributing

not the final version

First thank you for contributing.

Code

We kinda use gitflow, create a new branch from develop with a meaningful name and start coding.

Once you are satisfied and all the tests are green submit a PR.

Credits

People

Todo:

Images