Recent content by ploopo

  1. ploopo

    Help needed with this python bot

    Sh!t happens.
  2. ploopo

    Help needed with this python bot

    See title [deprecated]
  3. ploopo

    How Can I Call Python Code From Another Script?

    in zzz.py def foo(): print("foo") in run.py import zzz zzz.foo() And run it python3 run.py Import success!
  4. ploopo

    An Open-source bot framework?

    Python.
  5. ploopo

    I need very simple page ( button opens small window)

    Still need this?
  6. ploopo

    How to make 300 posts with hashtags in Instagram format

    Nah. I was having a good day. I like free stuff.
  7. ploopo

    How to make 300 posts with hashtags in Instagram format

    Using python 3. Install python 3 if you're on Windurrs and haven't already. Create a directory somewhere called hashtags. Create 2 .txt files (in hashtags dir) - in.txt & out.txt Create 1 .py file (in hashtags dir) - run.py Add the code below to run.py Add your hashtags into in.txt (on...
  8. ploopo

    The Best Instagram Bot For Free

    I've been running instabot for about 2 weeks now. Seems ok for a fresh account.
  9. ploopo

    What NOT to do on IG

    Bot set. What next?
  10. ploopo

    Wordpress/CSS - Where Can I apply some media queries?

    Or you could be really lazy and install a custom css plugin.
  11. ploopo

    Tool for Unfollowing Management of Twitter Accounts

    unfollowerstats coupled with this script works quite well. var buttons = $(".followingButton"), interval = setInterval(function(){ var btn = $(buttons.splice(0, 1)); btn.click(); if (buttons.length === 0) { clearInterval(interval); } }, 500);
  12. ploopo

    Looking for a Twitter bot that run on web. Like instagress

    Twando is pretty basic but it works well. You should check it out.
  13. ploopo

    How to Create Twitter Authorization Page?

    Go to the codexworld website and /login-with-twitter-using-php/
  14. ploopo

    Twitter Followers.

    You can follow Putin 2.0. He's a nice guy: @putln2
Back
Top