Recent content by aaaleee

  1. A

    Creating an inhouse Instagram bot

    Their API will allow you to do that, you'd have to develop a small app and get it approved first though. I haven't personally done it so I'm not sure how strict the whole process is. check out /developer/authorization on their site, those are the permissions you can get.
  2. A

    Do you eat sh*t or organic products?

    LOL, sure sure, geometry is very important, and please give me an example of the missing 'active principles', with source. Reading the back of an aloe vera lotion doesn't count as a degree in chemistry dude. Anyways, good troll, made me reply twice.
  3. A

    Do you eat sh*t or organic products?

    Oh look, a marketer that fell for the organic food marketing campaigns. GMOs are good, if they weren't we would know by now. Cattle has been fed GMOs for the past 20 years. Besides, gmo crops require less pesticides, there's a lot of misinformation going around in this subject. And just so you...
  4. A

    The new age of bot writing: Headless Web Browsers

    PhantomJS can be a bit tricky to code for on it's own, it was designed to be asynchronous, and that works fine for testing scenarios, but bots usually need to run constantly in a loop and keep sessions open, doing that is not very straightforward. I'd say if you have bots running fine, don't...
  5. A

    Need Game like Terraria ( for Browser )

    Terraria looks like a simple goofy game because of it's 8bit graphical style, but there's lots of coding involved in the game. Think about all the creatures, all the materials, all the environment behaviours. It all needs to be designed, coded, and balanced. For a single dev, creating a game...
Back
Top