Skip to main content

web app for unifying meeting and event entry

Project description

Meetspace

Hook up a bunch of different event apis to create a single point of entry.

Notes

Pretty alpha and pretty use-case specific right now.

The directory schema holds json files which describe data requirements. Right now only meetspace.json is important.

The model is:

form_name: { field name : {'type': field type, 'validators': validator, ...}}}

A dictionary of the forms is passed to the rendered, and used by the templates.

Some extra information is required. In a file in the instance directory put this in meetup-test-api.cfg:

URLNAME="Meetup-API-Testing"

SECRET_KEY=<generate some key>
MEETUP_API_SECRET='get your own'

GROUP_ID="1556336"
GROUP_URLNAME="Meetup-API-Testing"
URLNAME="Meetup-API-Testing"

VENUE_ID="1234"

TIME_FORMAT = "%Y-%m-%d %H:%M:%S"

you’ll need to install the package: pip install -e .

this should theoretically work at this stage: $ flask run

which will lauch a wsgi on port 5000. you can go to localhost:5000/NewEvent to see if everything went well.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meetspace-0.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

meetspace-0.0.1-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page