https://github.com/MetricsGrimoire/eventizer
https://github.com/MetricsGrimoire/eventizer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/MetricsGrimoire/eventizer
- Owner: MetricsGrimoire
- License: gpl-3.0
- Created: 2015-03-18T19:27:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T06:57:56.000Z (over 9 years ago)
- Last Synced: 2024-03-26T15:13:20.426Z (about 1 year ago)
- Language: Python
- Size: 262 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-community-builders - Eventizer
README
# README
Eventizer is a python tool created by Bitergia to retrieve information from Meetup groups. It store the data in a MySQL database.
# License
The license is __GPLv3__
## Installation
```
python setup.py install```
## Usage
```
luis@hogaza:~/repos/eventizer$ eventizer --help
usage: Usage: 'eventizer [options]positional arguments:
group Group name on Meetupoptional arguments:
-h, --help show this help message and exitDatabase options:
-u DB_USER, --user DB_USER
Database user name
-p DB_PASSWORD, --password DB_PASSWORD
Database user password
-d DB_NAME Name of the database where fetched events will be
stored
--host DB_HOSTNAME Name of the host where the database server is running
--port DB_PORT Port of the host where the database server is runningMeetup options:
--key KEY Meetup API key
```