Recent content by CodesJ

  1. CodesJ

    Automating Actions On An App?

    You can find any Mouse recording software online and build a sequence relative to your screen size. You can leverage AppleScript on your Mac and create a sequence of keypresses to do the process which may be more technical but could work. What program is it?
  2. CodesJ

    Automating Actions On An App?

    If it's a web app you might be able to use selenium web driver. If we don't have a public API we're looking at having to script some keyboard or mouse movements on top the their GUI
  3. CodesJ

    any twitter wordpress plugins?

    which features would u like?
  4. CodesJ

    Automating Actions On An App?

    Does the app have an API?
  5. CodesJ

    Automation via API vs Browser

    What do you guys think are the pros/cons of automating via the browser vs using the API. Help me add on to the list here: API Pros -More functionality -Doesn't require a browser -Can run on a server indefinitely API Cons -Easier to detect??? (not sure) -Needs phone number auth Browser Pros...
  6. CodesJ

    how to drive traffic to my website from many accounts

    A slow roll out of the links, 3 hours apart and have 50% of the Accounts post them individually, then do a 1 to 1 retweet with the other accounts.
  7. CodesJ

    Any good chrome extension for twitter followers?

    Do you think automation via the browser or through APi is better?
Back
Top