Open captn3m0 opened 2 months ago
Based on https://blrhubba.in/search
New platform called ByChoice.
curl --request POST \ --url https://hub.bychoice.club/query \ --header 'Content-Type: application/json' --data '{"query":"query listcatalogevents(\n\t$eventFilter: EventFilter\n\t$catalogFilter: CatalogFilter\n\t$first: Int\n\t$after: String\n) {\n\tlistCatalogEvents(\n\t\teventFilter: $eventFilter\n\t\tcatalogFilter: $catalogFilter\n\t\tfirst: $first\n\t\tafter: $after\n\t) {\n\t\tedges {\n\t\t\tcursor\n\t\t\tnode {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\tgenre\n\t\t\t\tsubGenre\n\t\t\t\tformat\n\t\t\t\tevents {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\ttype\n\t\t\t\t\tvenue {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\ttitle\n\t\t\t\t\t\tdisplayName\n\t\t\t\t\t\tdescription\n\t\t\t\t\t\ttagline\n\t\t\t\t\t\temail\n\t\t\t\t\t\tphoneNumber\n\t\t\t\t\t\tsocialURI\n\t\t\t\t\t\tphotoURI\n\t\t\t\t\t\tvideoURI\n\t\t\t\t\t\tamenities\n\t\t\t\t\t\tworkingTiming\n\t\t\t\t\t\tlocation {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\ttype\n\t\t\t\t\t\t\tpostalAddress\n\t\t\t\t\t\t\tlatLng\n\t\t\t\t\t\t\tplusCode\n\t\t\t\t\t\t\tgmapURI\n\t\t\t\t\t\t\tareaTags\n\t\t\t\t\t\t\tembeddedGmapURI\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdescription\n\t\t\t\t\tdisplayName\n\t\t\t\t\tphotoURI\n\t\t\t\t\tvideoURI\n\t\t\t\t\tstate\n\t\t\t\t\tcurrencyCode\n\t\t\t\t\tcurrencySymbol\n\t\t\t\t\tminPrice\n\t\t\t\t\tmaxPrice\n\t\t\t\t\tprice\n\t\t\t\t\tartists\n\t\t\t\t\tfaq\n\t\t\t\t\tstartTime\n\t\t\t\t\tendTime\n\t\t\t\t\trrule\n\t\t\t\t\texternalBookingURI\n\t\t\t\t\tageGroup\n\t\t\t\t\ttargetAudience\n\t\t\t\t\tpetFriendly\n\t\t\t\t\tinclusions\n\t\t\t\t\texclusions\n\t\t\t\t\tcomments\n\t\t\t\t\tapprovalTime\n\t\t\t\t\tapprovedTime\n\t\t\t\t\tinstances {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\tstartTime\n\t\t\t\t\t\tendTime\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tpageInfo {\n\t\t\tendCursor\n\t\t\thasNextPage\n\t\t}\n\t}\n}\n","operationName":"listcatalogevents"}'
I used to maintain a unboxing blr calendar at https://captnemo.in/blr-habba/.
Code at https://github.com/captn3m0/blr-habba/blob/main/gen.rb
It seems to be mostly BIC events, along with The Treehouse for now.
Based on https://blrhubba.in/search
New platform called ByChoice.