Closed max-mapper closed 7 years ago
Even the API you can use for mobile apps doesn't allow this. There are some tricks that you can do though to fake the device and have an image post working. @terkelg I don't think we want to go against Instagram's TOS or legal stuff...
Hi @maxogden
I talked with @CaliAlec a few weeks ago, author of https://github.com/CaliAlec/ChromeIGStory, and he don't have any problems. You can take a look at his repo, it's a pretty good resource.
Let's go ahead and create a new branch and try this out. This could be fun to work on
@terkelg You can look at upload.js and media.js from the https://github.com/huttarichard/instagram-private-api
Interesting stuff. This might be worth looking into: https://itunes.apple.com/us/app/uploader-for-instagram-post/id969998518
Frankly, you will not gonna get this, it's business, and without upload option this app is completely useless and stays a simple wrapper for instagramm site.
So stop fooling around people. Frankly, stop doing it.
I've been busy lately and haven't been able to work on Ramme, but I'm sorry you find the app useless. Keep in mind this is free and open source work. People use their spare time on this and you're also more than welcome to contribute to the project yourself.
I personally love the app. Keep it up!
On Nov 2, 2016, at 2:51 AM, Terkel notifications@github.com wrote:
I've been busy lately and haven't been able to work on Ramme, but I'm sorry you find the app useless.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
@englishextra hey man don't be so rude ! Man you are yelling ! Let coders code man . @terkelg ,i'am a linux user and i'am happy to have found your app owrking on my linux. Take your take,it's not business, this is the quality that count.
@emporeso2 Yeah-yeah
the one reason i'm looking for a desktop version of instagram is to upload videos an pics from y computer, will that ever be possible?, your app is really nice still.
Photo and video upload is definitely something we want to implement but currently there are no milestones for this since we have few bugs to fix atm.
+1 this would be awesome, and thanks regardless for the very handy application. Is there a branch for this?
@terkelg I've tried with https://github.com/huttarichard/instagram-private-api and uploading images works quite well. But I do not know if you would agree to use a third party API to enable this and other functions.
That's actually great @aranajhonny! Go ahead and submit a pull request! 🎉
Sounds awesome @aranajhonny. Create a pull request and let's have a look 👍
The tools at the repository linked as "similar" at the end of the readme at yon repository--I've tried this via CLI on windows (using a provided example) and it uploads ok:
With javascript this is possible https://github.com/aranajhonny/ig-upload. The problem is that you have to rewrite much of this application. Especially for the authentication part, currently it is a wrapper of instagram website. The adoption of an api would facilitate this and other things.
Looks really good @aranajhonny! Maybe we should switch from wrapping the website to just use the unofficial api and build our own front-end?
Photo upload now possible. I'm going to update the app to accommodate the new feature.
This sounds great @terkelg! Keep up the good work!
I'd be interested in working on this, has anyone looked into if theres even an API for it?