https://github.com/milosgajdos/meetuplytix
Simple Meetup groups analytics
https://github.com/milosgajdos/meetuplytix
Last synced: about 2 months ago
JSON representation
Simple Meetup groups analytics
- Host: GitHub
- URL: https://github.com/milosgajdos/meetuplytix
- Owner: milosgajdos
- License: apache-2.0
- Created: 2018-02-04T13:40:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T23:27:52.000Z (over 6 years ago)
- Last Synced: 2025-02-03T11:51:01.083Z (4 months ago)
- Language: Jupyter Notebook
- Size: 303 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meetuplytix
Simple Meetup groups analytics using [pandas](https://pandas.pydata.org/) and [matplotlib](https://matplotlib.org/)
# Get started
Build a Docker image:
```
docker build -t meetuplytix .
```
Run the `iPython` notebook server:```
docker run -d -p 443:8888 -v $(PWD)/data/:/notebooks/data -v $(PWD)/notebooks:/notebooks -e "PASSWORD=password" meetuplytix
```Access the notebook via browser:
```
https://localhost
```# Meetup events data
There is a small utility stcript in `utils` subdirectory of this project which pulls down data from Kubernetes London group. You can easily modify to pull down data from any Meetup group