https://github.com/waseem18/pymeetups
Find information about upcoming Python conferences and meetups through your terminal
https://github.com/waseem18/pymeetups
cli google-calendar-api meetup pycon
Last synced: 5 months ago
JSON representation
Find information about upcoming Python conferences and meetups through your terminal
- Host: GitHub
- URL: https://github.com/waseem18/pymeetups
- Owner: waseem18
- License: mit
- Created: 2018-02-18T06:24:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T13:53:14.000Z (over 7 years ago)
- Last Synced: 2025-10-01T00:38:50.066Z (9 months ago)
- Topics: cli, google-calendar-api, meetup, pycon
- Language: Python
- Homepage: http://www.thabraze.me/pymeetups/
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyMeetups
Find information about upcoming Python conferences and meetups through your terminal.

## Installation
`pip install pymeetups`
## Usage
Run the command `pymeetups` which displays information of upcoming Python conferences.
### Future
- [ ] Apart from Pycon conferences show information about Python meetups.
- [ ] Feature to filter the list of conferences/meetups with the commands `pymeetups nearme` and `pymeetups `
### Contributing
- Pymeetups uses Google Calendar API. Follow instruction as per [this documentation](https://developers.google.com/google-apps/calendar/quickstart/python) to create and download a JSON file containing client id and client secret id.
- Rename the JSON file to `project.json` and place it inside pymeetups package such that the path is `pymeetups/pymeetups/package.json`
- Start hacking.
### License
MIT