Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 3.33 KB

File metadata and controls

19 lines (14 loc) · 3.33 KB

FollowUserQuery

Example Usage

import { FollowUserQuery } from "@twexapi-dev/x-api-scraper/models";

let value: FollowUserQuery = {
  username: "Enid59",
  cookie: "ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7",
};

Fields

Field Type Required Description Example
username string ✔️ The username of the user to follow or unfollow.
cookie string ✔️ The user's Twitter authentication cookie or Twitter auth_token, how-to-get-twitter-cookie ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7