[00:00] (0.72s)
All right. So, for this tutorial, we're
[00:02] (2.24s)
just going to do a quick overview of how
[00:03] (3.68s)
we can leverage NADN, which is a noode
[00:05] (5.92s)
orchestration tool that's open source,
[00:08] (8.24s)
free to use that we're currently hosting
[00:10] (10.56s)
ourselves on Hostinger. And what we're
[00:12] (12.80s)
going to do here in this use case is
[00:14] (14.24s)
we're going to go over a scenario where
[00:15] (15.76s)
we can use Twitter or X as a scraper to
[00:18] (18.72s)
be able to do some market research in
[00:20] (20.48s)
real time. So, in this case, what we
[00:22] (22.48s)
have is we have a whole process that
[00:24] (24.48s)
shows the being able to scrape X or
[00:26] (26.88s)
Twitter. uh we're going to go ahead and
[00:28] (28.80s)
iterate over the results using the
[00:31] (31.36s)
Twitter API.io framework and we're going
[00:34] (34.64s)
to use a form to be able to submit for
[00:36] (36.32s)
the specific topic. So all we need to do
[00:38] (38.32s)
to be able to run this, our outputs are
[00:40] (40.16s)
going to go into Google Sheets which we
[00:41] (41.92s)
have stored in Google Drive here as the
[00:44] (44.08s)
Twitter scraper for Amazon sourcing. So
[00:46] (46.96s)
we will go ahead here and hit test
[00:49] (49.12s)
workflow which is going to pull up just
[00:50] (50.96s)
a basic form for us. and we're going to
[00:52] (52.56s)
put in our query that we're looking for
[00:54] (54.64s)
on X as let's look for coupon codes and
[00:57] (57.68s)
we'll click submit. So when we submit
[01:00] (60.00s)
that that's going to go ahead and
[01:01] (61.20s)
execute and it's going to iterate taking
[01:03] (63.20s)
a couple different uh iterations over
[01:05] (65.44s)
this of in this case we're doing it
[01:07] (67.44s)
three times. And once it executes three
[01:09] (69.92s)
times it will then go ahead and put that
[01:11] (71.76s)
into our Google sheet. So if we open
[01:14] (74.08s)
that up now we have a total of let me
[01:17] (77.28s)
pull this over here. We have a total of
[01:19] (79.68s)
60. Let's go through it. Looks like it's
[01:23] (83.64s)
119 or 118 tweets that we can take a
[01:27] (87.36s)
look at. Um, each of those with the
[01:29] (89.36s)
contents of a different coupon codes.
[01:31] (91.52s)
So, as you can see, this is just a quick
[01:33] (93.20s)
glance, but this will give you a way
[01:34] (94.80s)
that you can tailor your logic to be
[01:38] (98.00s)
able to get different coupon codes or
[01:39] (99.52s)
really any research topic that's on X
[01:41] (101.60s)
for that matter. So, I hope this is
[01:43] (103.12s)
helpful uh as one way that you could use
[01:45] (105.04s)
Noode tools to be able to orchestrate
[01:46] (106.88s)
your processes.