@@ -7,251 +7,41 @@ keywords: ["tutorials", "X API tutorials", "how to", "getting started", "code ex
77---
88
99<CardGroup >
10- <Card title = " Usage monitoring and management " icon = " user" iconType = " solid" >
11- Programmatically monitor and manage your API usage .
10+ <Card title = " Explore a user's Posts " icon = " user" iconType = " solid" >
11+ Learn how to explore a user's Posts and mentions using the user Post timeline and user mention timeline endpoints from the last 7 days .
1212
1313 <br />
1414 <br />
15- <br />
16- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/usage-monitoring-and-management )
15+ [ ** View tutorial** ] ( /tutorials/explore-a-users-posts )
1716 </Card >
1817
19- <Card title = " Explore a user's Tweets " icon = " user " iconType = " solid" >
20- Learn how to explore a user's Tweets and mentions using the user Tweet timeline and user mention timeline endpoints from the last 7 days .
18+ <Card title = " Getting started with Postman " icon = " rocket " iconType = " solid" >
19+ Learn how to start using Postman to make requests to the X API and X Ads API .
2120
2221 <br />
2322 <br />
24- [ ** View tutorial** ] ( https://developer.x.com/en/docs/ tutorials/explore-a-users-tweets )
23+ [ ** View tutorial** ] ( / tutorials/postman-getting-started )
2524 </Card >
2625
27- <Card title = " Getting started with Postman" icon = " rocket" iconType = " solid" >
28- Learn how to start using Postman to make requests to the X API and X Ads API
29-
30- <br />
31- <br />
32- <br />
33- <br />
34- <br />
35- [ ** View tutorial** ] ( /tutorials/postman-getting-started )
36- </Card >
37- <Card title = " Getting started with R and v2 of the X API" icon = " rocket" iconType = " solid" >
38- Learn about using R to connect to the user lookup endpoint and how to work with JSON returned from X API v2.
26+ <Card title = " Getting started with R and v2 of the X API" icon = " rocket" iconType = " solid" >
27+ Learn about using R to connect to the user lookup endpoint and how to work with JSON returned from X API v2.
3928
4029 <br />
4130 <br />
42- <br />
43- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/getting-started-with-r-and-v2-of-the-twitter-api )
44- </Card >
45-
46- <Card title = " Getting historical Tweets using the full-archive search endpoint" icon = " magnifying-glass" iconType = " solid" >
47- Learn to use the full-archive search endpoint to search the complete history of public X data, build a dataset by retrieving geo-tagged Tweets, and how to page through the available Tweets for a query.
31+ [ ** View tutorial** ] ( /tutorials/getting-started-with-r-and-v2-of-the-x-api )
32+ </Card >
4833
49- <br />
50- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/getting-historical-tweets-using-the-full-archive-search-endpoint )
51- </Card >
52- <Card title = " Post-processing X data with the Google Cloud Platform" icon = " cloud" iconType = " solid" >
53- This guide gives a high-level overview on how to ingest Tweets at scale, and “slice and dice” those Tweets via metadata to narrow them down to a specific category, or sub-categories.
34+ <Card title = " Getting historical Posts using the full-archive search endpoint" icon = " magnifying-glass" iconType = " solid" >
35+ Learn to use the full-archive search endpoint to search the complete history of public X data, build a dataset by retrieving geo-tagged Posts, and how to page through the available Posts for a query.
5436
5537 <br />
56- [ ** View tutorial** ] ( https://developer.x.com/en/docs/ tutorials/developer-guide--twitter-api-toolkit-for-google-cloud1 )
38+ [ ** View tutorial** ] ( / tutorials/getting-historical-posts-using-the-full-archive-search-endpoint )
5739 </Card >
58- <Card title = " Build a simple customer engagement application" icon = " user" iconType = " solid" >
59- Learn how to build a basic chatbot using webhooks and REST API endpoints
6040
61- <br />
62- <br />
63- <br />
64- <br />
65- <br />
66- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/customer-engagement-application-playbook )
67- </Card >
68- <Card title = " Developer Guide: X API Toolkit for Google Cloud: Filtered Stream" icon = " cloud" iconType = " solid" >
69- Learn the basics about the X API and Tweet annotations in addition to gaining experience in Google Cloud, Analytics, and data science foundations.
41+ <Card title = " Post-processing X data with the Google Cloud Platform" icon = " cloud" iconType = " solid" >
42+ This guide gives a high-level overview on how to ingest Posts at scale, and “slice and dice” those Tweets via metadata to narrow them down to a specific category, or sub-categories.
7043
7144 <br />
72- <br />
73- <br />
74- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/developer-guide--twitter-api-toolkit-for-google-cloud1 )
75- </Card >
76- <Card title = " Creating a X bot with Python, OAuth 2.0, and v2 of the X API" icon = " rocket" iconType = " solid" >
77- Learn more about creating a X bot with Python and OAuth 2.0 using X API v2.
78- <br />
79- <br />
80- <br />
81- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/creating-a-twitter-bot-with-python--oauth-2-0--and-v2-of-the-twi )
82- </Card >
83- <Card title = " How to build an autoresponder with Autohook and the Account Activity API" icon = " rocket" iconType = " solid" >
84- Use the Account Activity API to configure a webhook, set up OAuth, and send a message for replying in real time.
85- <br />
86- <br />
87- <br />
88- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/how-to-build-a-complete-twitter-autoresponder-autohook )
89- </Card >
90- <Card title = " Get customized Tweet notifications where you want them" icon = " bell" iconType = " solid" >
91- Learn how to build an app in Java that publishes links to Tweets based on user defined interests.
92- <br />
93- <br />
94- <br />
95- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/get-customized-tweet-notifications-where-you-want-them )
96- </Card >
97- <Card title = " Translating plain language to filtering queries" icon = " language" iconType = " solid" >
98- Learn about taking rules articulated in English and transform them into filtering rules using the appropriate X premium operators and syntax.
99- <br />
100- <br />
101- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/translating-plain-language-to-pt-rules )
102- </Card >
103- <Card title = " Step-by-step guide to making your first request to the X API v2" icon = " list-ol" iconType = " solid" >
104- This is a detailed walkthrough of all the basic steps for getting started with X API v2 from sign up to endpoint request.
105- <br />
106- <br />
107- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/step-by-step-guide-to-making-your-first-request-to-the-twitter-api-v2 )
108- </Card >
109- <Card title = " Getting started with the Account Activity API" icon = " rocket" iconType = " solid" >
110- Learn about X's webhook-based Account Activity API to get started with securing webhooks, authentication, and receiving events.
111- <br />
112- <br />
113- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/getting-started-with-the-account-activity-api )
114- </Card >
115- <Card title = " Kickstart your X bot with our Glitch example written in Python" icon = " python" iconType = " solid" >
116- Use Python to get started with the X API and engage with the public conversation by creating a X Bot.
117- <br />
118- <br />
119- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/kickstart-your-twitter-bot-with-our-glitch-example-written-in-py )
120- </Card >
121- <Card title = " Developer Guide: X API Toolkit for Google Cloud: Enterprise API" icon = " cloud" iconType = " solid" >
122- Use the X API Toolkit for Google Cloud: Enterprise API to install a trend detection framework in under an hour.
123- <br />
124- <br />
125- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/developer-guide--twitter-api-toolkit-for-google-cloud11 )
126- </Card >
127- <Card title = " Developer Guide: X API toolkit for Google Cloud: Recent Search" icon = " magnifying-glass" iconType = " solid" >
128- Learn the basics about X API as well as Google Cloud, Analytics, and the foundations of data science.
129- <br />
130- <br />
131- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/developer-guide--twitter-api-toolkit-for-google-cloud )
132- </Card >
133- <Card title = " How to build a live scoreboard using X" icon = " trophy" iconType = " solid" >
134- How to build a chatbot that privately receives scores and Tweets out leaderboard updates.
135- <br />
136- <br />
137- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/building-a-live-leaderboard-on-twitter )
138- </Card >
139- <Card title = " Measure Tweet performance" icon = " chart-line" iconType = " solid" >
140- Build a simple tool to understand how users’ Tweets are performing in the world.
141- <br />
142- <br />
143- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/measure-tweet-performance )
144- </Card >
145- <Card title = " One-time Historical PowerTrack jobs" icon = " rocket" iconType = " solid" >
146- Learn more about the steps that you will go through when accessing our one-time Historical PowerTrack offering.
147- <br />
148- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/one-time-historical-powertrack-jobs )
149- </Card >
150- <Card title = " Choosing a historical API" icon = " hand-pointer" iconType = " solid" >
151- Learn how to create moments of delight informed by customer context.
152- <br />
153- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/choosing-historical-api )
154- </Card >
155- <Card title = " Retrieve a list of user mentions from a thread of Tweet replies" icon = " reply" iconType = " solid" >
156- Learn how to quickly and easily retrieve all usernames mentioned in a thread of replies on X
157- <br />
158- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/retrieve-user-mentions-from-thread )
159- </Card >
160- <Card title = " Determining Tweet Types" icon = " filter" iconType = " solid" >
161- Learn about the four different types of Tweets and how to programmatically detect them.
162- <br />
163- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/determining-tweet-types )
164- </Card >
165- <Card title = " How to analyze the sentiment of your own Tweets" icon = " chart-bar" iconType = " solid" >
166- Learn how to analyze the sentiment of your Tweet timeline.
167- <br />
168- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/how-to-analyze-the-sentiment-of-your-own-tweets )
169- </Card >
170- <Card title = " Filtering Tweets by location" icon = " filter" iconType = " solid" >
171- Learn how to filter Tweets by location.
172- <br />
173- <br />
174- <br />
175- <br />
176- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/filtering-tweets-by-location )
177- </Card >
178- <Card title = " Building an app to stream Tweets in real-time" icon = " stream" iconType = " solid" >
179- Build a real-time Tweet streaming app to listen for and display Tweets based on your own topics of interest.
180- <br />
181- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/building-an-app-to-stream-tweets )
182- </Card >
183- <Card title = " Authenticating with the X API for Enterprise" icon = " stream" iconType = " solid" >
184- Learn about the different authentication methods necessary to access the X enterprise APIs.
185- <br />
186- <br />
187- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/authenticating-with-twitter-api-for-enterprise )
188- </Card >
189- <Card title = " Analyze past conversations using search Tweets" icon = " magnifying-glass" iconType = " solid" >
190- Search for topics or keywords and analyze the related conversation using the v2 recent search endpoint
191- <br />
192- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/analyze-past-conversations )
193- </Card >
194- <Card title = " Uploading video and creating a draft Tweet" icon = " video" iconType = " solid" >
195- Learn how to use twurl to upload a video and use this to create a video app card and Draft Tweet
196- <br />
197- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/uploading-video-and-creating-draft-tweet )
198- </Card >
199- <Card title = " Listen for important events" icon = " bell" iconType = " solid" >
200- Listen for events that matter to you so that you can trigger appropriate actions or notifications.
201- <br />
202- <br />
203- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/listen-for-important-events )
204- </Card >
205- <Card title = " How to store streaming Tweets in a Google Sheet" icon = " file-spreadsheet" iconType = " solid" >
206- Learn to consume X API filtered stream endpoint data and store it into a Google Sheets
207- <br />
208- <br />
209- <br />
210- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/how-to-store-streaming-tweets-in-a-google-sheet )
211- </Card >
212- <Card title = " Learning path: How to detect signal from noise and build powerful filtering rules" icon = " filter" iconType = " solid" >
213- Learn how to build robust rulesets to effectively filter large volumes of X data and identify meaningful insights with PowerTrack
214- <br />
215- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/building-powerful-enterprise-filters )
216- </Card >
217- <Card title = " Consuming streaming data" icon = " stream" iconType = " solid" >
218- Tips for consuming streaming data.
219- <br />
220- <br />
221- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/consuming-streaming-data )
222- </Card >
223- <Card title = " Using Twurl" icon = " sync" iconType = " solid" >
224- Learn how to use twurl to make requests to the X Ads API
225- <br />
226- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/using-twurl )
227- </Card >
228- <Card title = " Using Search Tweets and Twilio to solve a problem" icon = " magnifying-glass" iconType = " solid" >
229- Learn how I used the Search X API along with Twilio to build a text message alert whenever the @NYCASP account Tweets about alternate side of the street parking information.
230- <br />
231- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/nyc-parking )
232- </Card >
233- <Card title = " Getting started with converting JSON objects to CSV" icon = " file-csv" iconType = " solid" >
234- Search for topics, and then output the returned data into CSV format.
235- <br />
236- <br />
237- <br />
238- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/five-ways-to-convert-a-json-object-to-csv )
239- </Card >
240- <Card title = " Advanced filtering for geo data" icon = " filter" iconType = " solid" >
241- Learn more about the available geo data, operators, and how to build effective filters to target both Tweet level and account level geo in Tweets
242- <br />
243- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/advanced-filtering-for-geo-data )
244- </Card >
245- <Card title = " Uploading Media" icon = " image" iconType = " solid" >
246- Learn how to use twurl to upload media to an account
247- <br />
248- <br />
249- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/uploading-media )
250- </Card >
251- <Card title = " Stream Tweets in real-time" icon = " rocket" iconType = " solid" >
252- Surface and stream Tweets and conversations as they happen.
253- <br />
254- <br />
255- [ ** View tutorial** ] ( https://developer.x.com/en/docs/tutorials/stream-tweets-in-real-time )
45+ [ ** View tutorial** ] ( /tutorials/post-processing-x-data-with-the-google-cloud-platform )
25646 </Card >
25747</CardGroup >
0 commit comments