terkelg / ramme

Unofficial Instagram Desktop App.
MIT License
3.32k stars 400 forks source link

photo upload #51

Closed max-mapper closed 7 years ago

max-mapper commented 8 years ago

I'd be interested in working on this, has anyone looked into if theres even an API for it?

anatolinicolae commented 8 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...

terkelg commented 8 years ago

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

matijagrcic commented 8 years ago

@terkelg You can look at upload.js and media.js from the https://github.com/huttarichard/instagram-private-api

brandonmcconnell commented 8 years ago

Interesting stuff. This might be worth looking into: https://itunes.apple.com/us/app/uploader-for-instagram-post/id969998518

englishextra commented 8 years ago

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.

terkelg commented 8 years ago

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.

brandonmcconnell commented 8 years ago

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.

ghost commented 8 years ago

@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.

englishextra commented 8 years ago

@emporeso2 Yeah-yeah

Ramme Is a Free, Minimal Instagram Desktop App

lucianomunoz commented 7 years ago

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.

anatolinicolae commented 7 years ago

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.

earthbound19 commented 7 years ago

+1 this would be awesome, and thanks regardless for the very handy application. Is there a branch for this?

aranajhonny commented 7 years ago

@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.

anatolinicolae commented 7 years ago

That's actually great @aranajhonny! Go ahead and submit a pull request! 🎉

terkelg commented 7 years ago

Sounds awesome @aranajhonny. Create a pull request and let's have a look 👍

earthbound19 commented 7 years ago

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:

https://github.com/mgp25/Instagram-API

aranajhonny commented 7 years ago

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.

terkelg commented 7 years ago

Looks really good @aranajhonny! Maybe we should switch from wrapping the website to just use the unofficial api and build our own front-end?

terkelg commented 7 years ago

Photo upload now possible. I'm going to update the app to accommodate the new feature.

Fincer commented 7 years ago

This sounds great @terkelg! Keep up the good work!