A collection set of technical groups' information
This is a collection set of technical groups' meetup. Collect the technical meetup information and get the activity from meetup platform, such as Meetup, KKTIX ... etc. The user can use this tool to find technical meetup and attend it.
There are lots of technical communities all over the world, but the following problems come with that.
- For attendents
- Have no idea to find communities' info.
- Desire to attend communities, but don't know the neighbouring communities which they may attend and the information and culture of the communities.
- Would like to know the upcoming meetups around them, instead of searching in known communities.
- For maintainers
- It's hard to prevent from clashing with other communities meetups.
- Hope to know other communities' which are in the similar field topic.
If there were a platform collecting those informationm, people can save a lot of time. Thus, TGmeetup project collects the communities' and activities' information thru the registration platform's API, and make it much easier to search for the information which hit the spot. Besides, the package.json files describing the public communities are good for maintaining.
This project uses python3 on Unix-like and MacOS. Go check them out if you don't have them locally installed.
$ sudo apt install python-setuptools
$ git clone https://github.com/TGmeetup/TGmeetup.git
$ cd TGmeetup
$ cp API.cfg.sample API.cfg
$ make install
Note:
- Please ADD YOUR MEETUP KEY into API.cfg.
- If you can't run
make install
, please runsh install.sh
.
usage: tgmeetup [-h] [-u] [-c COUNTRY] [-t CITY] [-n NAME] [-k KEYWORD]
TGmeetup
optional arguments:
-h, --help show this help message and exit
-u, --update Update the events.json infomation.
-c COUNTRY, --country COUNTRY
This is a country code which follow ISO 3166-1
alpha-2.
-t CITY, --city CITY This is a city name.
-n NAME, --name NAME This is a community short name.
-k KEYWORD, --keyword KEYWORD
This is a keyword of community. This could help find
the related community.
$ sudo apt install python-setuptools
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
Follow PEP 8
autopep8 --in-place --aggressive --max-line-length=88 <filename>
Using pytest
.
Thanks to these contributors, you can see them all here: https://github.com/TGmeetup/TGmeetup/graphs/contributors
Feel free to dive in! Open an issue or submit PRs. To submit PRs to TGmeetup, please refer to CONTRIBUTING.md. It should contain most of the things you'll need to get your contribution started!
MIT