check URL of communities#269
Open
pinage404 wants to merge 4 commits into
Open
Conversation
Contributor
Author
|
I've quickly looked the Meetup's API, i didn't find an easy way to know if a group at a given URL exists or not So i did an ugly scraping based on the Should i change something to get this merged ? |
Contributor
Author
|
At the moment, the script outputs this : {
failedURL: [
'https://www.softwerkskammer.org/groups/cologne',
'https://www.sylvainmoingeon.fr/dijon-software-craftsmanship/',
'https://www.softwerkskammer.org/groups/duesseldorf',
'https://www.softwerkskammer.org/groups/hamburg',
'https://www.softwerkskammer.org/groups/luebeck',
'https://www.softwerkskammer.org/groups/magdeburg',
'https://www.softwerkskammer.org/groups/socramob',
'https://www.softwerkskammer.org/groups/nuernberg',
'https://www.softwerkskammer.org/groups/rheinneckar',
'https://www.softwerkskammer.org/groups/rostock/',
'https://www.softwerkskammer.org/groups/ruhrgebiet',
'https://www.meetup.com/preview/software-craftsmanship-southtyrol/',
'https://www.softwerkskammer.org/groups/stuttgart',
'https://www.softwerkskammer.org/groups/wien',
'https://www.meetup.com/software-crafters-bilbao/',
'https://www.meetup.com/software-craftsmanship-buenos-aires/',
'https://www.meetup.com/software-craftsmanship-club-ma/',
'https://www.meetup.com/cork-software-craftsmanship-meetup/',
'https://www.meetup.com/dubai-software-crafters/',
'https://www.meetup.com/dublin-software-crafters/',
'https://www.meetup.com/de-de/software-craftsmanship-rhein-main/',
'https://www.meetup.com/riviera-scc/',
'https://www.meetup.com/software-crafters-girona/',
'https://www.meetup.com/software-craftsmanship-peru/',
'https://www.meetup.com/iaam-linz/',
'https://www.meetup.com/london-code-dojo/',
'https://www.meetup.com/la-software-craftsmanship/',
'https://www.meetup.com/software-craft-luxembourg/',
'https://www.meetup.com/nantes-software-crafters-nantes/',
'https://www.meetup.com/pune-software-craftsmanship-community/',
'https://www.meetup.com/fr-fr/software-crafters-quebec/',
'https://www.meetup.com/raleigh-software-craftsmanship-community/',
'https://www.meetup.com/san-francisco-software-craftsmanship/',
'https://www.meetup.com/software-craftsmanship-chile/',
'https://www.meetup.com/software-craftsmanship-toulouse/',
'https://www.meetup.com/software-craftsmanship-turkey/'
],
failedURLCount: 36,
total: 90
} |
This was referenced Jun 15, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a script that checks whether the communities URL can be retrieved or not
Don’t detect the group that died from Meetup because, as always: Meetup is disappointing : it returns a 200 when a group no longer exists
This is a first step for #259
Not sure if i should add it to
npm test