goinsta
goinsta copied to clipboard
Best fork ?
It seems this library is stuck in a phase where no PRs are approved, for instance, the #296 Do you know any good fork or should it be a better step to have a community-backed repository about it?
I made my own https://github.com/TheForgotten69/goinsta
It works for me! thank you for fixing the upload
Glad to help! 😄
would you consider adding #196 feature?
would you consider adding #196 feature?
I don't think this request had any work done. I'm focusing on maintaining the library to work as its last version. I'm glad to accept Pull Requests but the version of API used is too old to work on adding anything more.
@TheForgotten69 if you help out in finding a way to do this, I'd make the PR in your repo. I'm just not sure where to begin
@hadifarnoud You have two ways:
- You search for another library of another language such as https://github.com/dilame/instagram-private-api and translate it to golang
- You try to catch the API call from the web client or the application and reverse that
https://github.com/dilame/instagram-private-api is great but lacks documentation which makes it so hard to work with :(