Add Grenoble Meetups

This commit is contained in:
Guillaume Ayoub 2017-09-22 15:37:15 +02:00
parent 87b4d957f1
commit 1d0f13ca17

View File

@ -15,8 +15,11 @@ MEETUPS = {
'bruxelles': (
'https://www.meetup.com/fr-FR/'
'Belgium-Python-Meetup-aka-AperoPythonBe/events/rss/'),
'nantes': 'http://nantes.afpy.org/feeds/all.atom.xml',
'grenoble': (
'https://www.meetup.com/fr-FR/'
'Groupe-dutilisateurs-Python-Grenoble/events/rss/'),
'lyon': 'https://www.meetup.com/fr-FR/Python-AFPY-Lyon/events/rss/',
'nantes': 'http://nantes.afpy.org/feeds/all.atom.xml',
}
for city, url in MEETUPS.items():