A
A
Anton Yuritsin2017-06-01 18:06:30
Parsing
Anton Yuritsin, 2017-06-01 18:06:30

Is it possible to make a twitter search parser?

The task is to make it so that in some way, somewhere, for example, notifications are received on a phone or laptop when the following condition is met:
According to a given parameter, in the last 10 minutes, the specified phrase has occurred 3 times
For example https://twitter.com/ search?f=tweets&vertical=defau... we see that this phrase has been mentioned 3 times in the last 10 hours.
The script repeats every 30 seconds, checking how many times the phrase has been mentioned in the last 5 minutes, that is, the interval is constantly shifting.
It is necessary to make it so that I can specify parameters and add phrases that will be monitored. For example, I can add 20 phrases myself (or more), I can specify how many times they should be mentioned, and I can specify the interval in minutes.
We will also have one more field for a free phrase (plus the one that is parsed). For example, we parse the word "dog", in this field I specify "house" and as a result, in our post it is checked whether these two words occur together. This field applies to all phrases that I will add.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
X
xSkyFoXx, 2017-06-01
@xSkyFoXx

Yes. Can.

I
Igor Nikolaev, 2017-06-01
@nightvich

I allow. Can.

D
devalone, 2017-06-01
@devalone

Can

M
megastudio, 2020-02-04
@megastudio

In principle, yes, more than. The fastest solution might be to use a ready-made API. We at the firm use the Twitter API more often researcher twitter.sneakin.info There are other options, for example, you can use the Twitter API to either create a network of bots or dig towards emulation, but this is expensive and not a 100% option, especially if you need a lot collect content.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question