Twitter Auto Like
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Alex Jordan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Twitter Auto Like
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Alex Jordan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
You can access the Twitter Auto Like programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "twPostUrl": "https://x.com/example/status/1234567890",< "texAuVariables": {< "yourFullName": "Example Person",< "yourDescription": "Example role",< "yourCompanyDescription": "Example company",< "yourUsp": "Example USP"< },< "connectedAccountId": "example_connected_account_id",< "twid": "1234567890",< "user-agent": "Mozilla/5.0 ...",< "bearerToken": "Bearer example",< "guest_token": "1234567890",< "sec-ch-ua-platform": "macOS",< "authorization": "Bearer example",< "User-Agent": "Mozilla/5.0 ...",< "txSmSelfProfileUrl": "https://twitter.com/example_self",< "proxy": {< "ip": "http://proxy.example.com",< "port": "1080",< "username": "example_username",< "password": "example_password"< }<}' |<apify call automationagents/twitter-auto-like --silent --output-datasetThe Apify CLI is the official tool that allows you to use Twitter Auto Like locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: