Recent content by Triveria Felix

  1. Triveria Felix

    How to Get Moz Account in Bulk?

    When I ask the same question as yours, I heard some people suggesting me to order bulk moz account at mozapi[dot]top. I haven't tried their service, BTW.
  2. Triveria Felix

    Issue with simple python program

    Like this? from tkinter import * root = Tk() root.geometry("500x500") def retrieve_input(): inputValue = textBox.get("1.0","end-1c") if inputValue == "test": ret = "yes" else: ret = "no" textBox=Text(root, height=20, width=30) textBox.pack() textBox.insert(END, ret) buttonCommit =...
  3. Triveria Felix

    What kind of programming is used for bots?

    Is it automate native instagram app or instagram web? If you want to automate instagram web just use a headless browser or web driver.
  4. Triveria Felix

    How do you guys login with Selenium and Adwords?

    Probably google knows that you use bot in their authentication page.
Back
Top