-
Notifications
You must be signed in to change notification settings - Fork 2
/
default_meetups.py
74 lines (62 loc) · 1.75 KB
/
default_meetups.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
DEFAULT_MEETUPS = [
{
"city": "San Francisco",
"name": "SFHTML5",
"website": "http://www.meetup.com/sfhtml5/",
"desc": ""
},
{
"city": "San Francisco",
"name": "The San Francisco Ruby Meetup Group",
"website": "http://www.meetup.com/sfruby/",
"description": ""
},
{
"city": "San Francisco",
"name": "Bay Area HBase User Group",
"website": "http://www.meetup.com/hbaseusergroup/",
"description": ""
},
{
"city": "San Francisco",
"name": "The SF Javascript Meetup",
"website": "http://www.meetup.com/jsmeetup/",
"description": ""
},
{
"city": "San Francisco",
"name": "iOS Developers (SF/SV)",
"website": "http://www.meetup.com/ios-developers/",
"description": ""
},
{
"city": "San Francisco",
"name": "SF & Silicon Valley Web Performance Group",
"website": "http://www.meetup.com/SF-Web-Performance-Group/",
"description": ""
},
{
"city": "San Francisco",
"name": "San Francisco Tech4Good",
"website": "http://www.meetup.com/sfnetsquared/",
"description": ""
},
{
"city": "San Francisco",
"name": "Lean Startup Circle",
"website": "http://www.meetup.com/Lean-Startup-Circle/",
"description": ""
},
{
"city": "San Francisco",
"name": "Big Data Silicon Valley",
"website": "http://www.meetup.com/Big-Data-Silicon-Valley/",
"description": ""
},
{
"city": "San Francisco",
"name": "Learning Android Development",
"website": "http://www.meetup.com/Learning-Android-Development/",
"description": ""
},
]