1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-24 00:01:24 +02:00
Files
OpenIntegrations/docs/en/cli/twitter/CreatePollTweet/bash.txt

7 lines
468 B
Plaintext
Raw Normal View History

2024-10-20 22:15:39 +03:00
# JSON data can also be passed as a path to a .json file
oint twitter CreatePollTweet \
2025-07-15 17:57:15 +00:00
--text "TestTweetb52b4142-3caf-40db-8746-b100a20d96b4" \
2024-10-20 22:15:39 +03:00
--options "['Option 1','Option 2']" \
--duration 60 \
2025-07-15 16:25:47 +03:00
--auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"