@Override
  public void run() {

    while (System.currentTimeMillis() < now + 3600000) {
      COUNT.addAndGet(1);
      System.out.println(COUNT.get() + ":" + api.friendshipsFollowers("1642591402", 9, 1, 0));
    }
  }