:question: Has anyone looked at creating a strava ...
# singer-tap-development
j
Has anyone looked at creating a strava api tap before? At a high level this would be a rest stream based on singer sdk and then creating a stream for activities, athletes, clubs, gear, routes, etc ?
d
@al_whatmough Didn’t you work on a strava tap at some point?
j
This one exists https://github.com/briansloane/tap-strava but wanted to use this as an opportunity to try to use the sdk to learn more about.
d
Ah, I haven’t seen anyone use the SDK for that one yet
a
Hey @jon_brasher and @douwe_maan, I had looked at that tap you linked to but didn't write my own yet. I'd also be interested in working on one which uses the SDK!
a
I'm a Strava user also and would be very interested in seeing this come about! Let me know if I can help at all. 😄
j
Is there a way to tell on hub.meltano.com which ones have been created with the sdk? Having a difficult time finding an example (really need to solve the oauth part more than the streams class)