TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to get open source maintainers to work together?

1 pointsby sammyd56over 6 years ago
I want to develop a simple CLI app that interacts with an API. So I search GitHub for a Python wrapper. There are 5 different libraries. Each nearly does what I need, but none are quite there. One is missing endpoints. Another has them all, but lacks OAuth. A third looks promising, but has no tests. The fourth and fifth might be OK, but they have poor docs.<p>There are 5 different sets of people here, all working on exactly the same thing. If they were to collaborate effectively, there would be a single, canonical, full-featured library. As it stands, it&#x27;s a mess.<p>As someone who wants to build an app with these libraries, what should I do?<p>Should I try to get people to work together? What is the best way to go about it? Is it my place to intervene? What do you personally do when you see duplication of effort?

2 comments

rurbanover 6 years ago
Explain the problem and the benefits. You will hear back about the costs and other arguments. From there you can start convincing them that balkanization might be a problem.
cimmanomover 6 years ago
If the licenses are compatible, fork and build your own, using the best code and concepts from each?