Recent content by CodingAndStuff

  1. CodingAndStuff

    [Q]Hello guys,how to find out what a web app server ip address is

    You could also just use "ping". It'll work on Windows or any *nix machine (OS X, Linux, etc). > ping site.com
  2. CodingAndStuff

    Musical.ly Limits

    Hey all. Thus far my little bot is pretty solid - full signature encryption (none of that VM "signing server" garbage), account registration, login, scrape multiple feeds, like/unlike, follow/unfollow, comment/delete comment, etc, however I'm missing API limits as I haven't tested for them yet...
  3. CodingAndStuff

    [Method]Upload images and videos from PC to Instagram

    I'm the original creator of Gramblr - thanks for using it. I love hearing about how it's benefiting people! :)
  4. CodingAndStuff

    What can I do with a Musical.ly bot

    But what if I gave him mine? :P
  5. CodingAndStuff

    So.. we updated Gramblr... finally.

    Hey all - I feel like a jerk for double posting, but I figured I'd let you all know that we're currently fixing some bugs and immediately implementing the "Trending tags" feature as well as tag suggestions based on input into the next release of the app. Thanks to user n8800 here on BHW for the...
  6. CodingAndStuff

    So.. we updated Gramblr... finally.

    The device settings are stored locally on your machine and never change for the most part. We don't allow the creation of Instagram accounts due to the fact that we don't really want people abusing IG with our software.
  7. CodingAndStuff

    So.. we updated Gramblr... finally.

    Odd. We're actually investigating a bug with the scheduler right now where some posts don't go through after several hours of no application usage (probably a memory leak tbh). Could you submit a ticket here explaining the problem in-dept? We need to see if anyone else is experiencing this issue...
  8. CodingAndStuff

    So.. we updated Gramblr... finally.

    It was technically Webkit-based before, but with custom code wrapping the Webkit component itself that allowed me to send the correct headers and stuff. The reason it was ghosting accounts was because I neglected to process the images on the client side properly. I'd suggest giving it another...
  9. CodingAndStuff

    So.. we updated Gramblr... finally.

    Ah, I understand. I think our API will be helpful for situations like yours when we release it. I'll talk to the team and see where your feature request sits with our current release plans. Thank you for clarifying!
  10. CodingAndStuff

    So.. we updated Gramblr... finally.

    Yeah, I heard reports that we were getting flagged awhile back because our upload code was... well, I'm going to be honest here and tell you that I did it slightly wrong. We've got an entirely new method for verifying we mimic the application correctly, so feel free to check out the update with...
  11. CodingAndStuff

    So.. we updated Gramblr... finally.

    The popular hashtag feature would be simple to add in to be honest. As far as the "upload via URL" bit.. I'm not entirely sure what you mean. Elaborate if possible :)
  12. CodingAndStuff

    So.. we updated Gramblr... finally.

    Proxy support is something we'll be implementing. It's not too terribly high on our to-do list, but it is a feature that has been requested before, so it'll work it's way into one of the next updates. If you're still using Gramblr v1 (the old original one without a "gramblr account"), then you...
  13. CodingAndStuff

    So.. we updated Gramblr... finally.

    Full frontend facelift is coming soon, too :)
  14. CodingAndStuff

    So.. we updated Gramblr... finally.

    Oh, sorry. I assumed everyone here knew of it already. http://gramblr.com/. It's not a bot, btw. It's just an instagram utility to upload photos to Instagram from your Mac or PC. Oh, we also added multi-account support, so you can manage multiple accounts at once.
  15. CodingAndStuff

    So.. we updated Gramblr... finally.

    Hey guys and gals o/. CodingAndStuff here - I'm the dude who wrote the original app "Gramblr". I got super busy with life (got married, moved across the country a couple of times, discovered how delicious yet dangerous burritos can be in the American Southwest), and ultimately stopped working...
Back
Top