How to do this efficiently.

Support / help / discussion forum for twitter bot
Post Reply
qpick
Posts: 44
Joined: Mon Dec 11, 2023 2:32 pm

How to do this efficiently.

Post by qpick »

I got one verified account to do job
I have 25-30 Target accounts

Functionality I want is whenever one of my target accounts tweet something my one account will comment on it instantly. and i want to know best possible way to do this job.

I know there is monitor profile option but doing 25 Profile with 1 account while i want to make instant reply this seems not the best way to do the job
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to do this efficiently.

Post by martin@rootjazz »

Honestly, you cannot.

If you want "instant". Meaning within a few seconds, it's not possible as you will need to scrape all targets every few seconds to see if they have posted a new tweet. Lets say every seconds

10 seconds = 25 scrapes (25 targets)

25 x 6 = 150 a minute
9000 an hour
216,000 a day.

Twitter will block you.

It's just a numbers game. Provide 1000 accounts and then it's 216 requests per account per day,
100 accounts and it's 2160 per account a day

Either add more accounts, or forget about instantly - perhaps within 30 minutes? Those are your options. But you need to work out the daily scrapes per day per account and make sure it's reasonable



Regards,
Martin
qpick
Posts: 44
Joined: Mon Dec 11, 2023 2:32 pm

Re: How to do this efficiently.

Post by qpick »

1000 accounts :lol: :lol:

Can we do watch folder thing for replies martin?

There are multiple free bots who would alert me withing 30 seconds whenever a user posts I can pull the link and have a python script write the watch file but does TD supports twitter reply watch file?
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to do this efficiently.

Post by martin@rootjazz »

Mass Reply was watch folder functionality
Post Reply