How to quickly find accounts you can send private messages to

Support / help / discussion forum for twitter bot
Post Reply
archiewatson
Posts: 29
Joined: Sun May 14, 2023 11:43 am

How to quickly find accounts you can send private messages to

Post by archiewatson »

I have a list of about 10,000 IDs. I want to quickly know which accounts can be used to send private messages to each other using ordinary accounts. How should I do this?
I tried private messaging 2,000 IDs and succeeded in a few, but I couldn’t find in the log who I had private messaged.
User avatar
martin@rootjazz
Site Admin
Posts: 34852
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to quickly find accounts you can send private messages to

Post by martin@rootjazz »

archiewatson wrote: Mon Apr 29, 2024 3:50 pm I have a list of about 10,000 IDs. I want to quickly know which accounts can be used to send private messages to each other using ordinary accounts. How should I do this?
I tried private messaging 2,000 IDs and succeeded in a few, but I couldn’t find in the log who I had private messaged.
the only way is to pull the user_details endpoint for each of them and check the "can_dm" property.

if you have 10k IDs, then it's 10k endpoint calls.


I tried private messaging 2,000 IDs and succeeded in a few, but I couldn’t find in the log who I had private messaged.
DM tab
select / check account
right click > export processed logs > .... various options here, over time period / all time etc
archiewatson
Posts: 29
Joined: Sun May 14, 2023 11:43 am

Re: How to quickly find accounts you can send private messages to

Post by archiewatson »

the only way is to pull the user_details endpoint for each of them and check the "can_dm" property.

if you have 10k IDs, then it's 10k endpoint calls.
How to operate in dub?
User avatar
martin@rootjazz
Site Admin
Posts: 34852
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to quickly find accounts you can send private messages to

Post by martin@rootjazz »

archiewatson wrote: Mon Apr 29, 2024 11:41 pm the only way is to pull the user_details endpoint for each of them and check the "can_dm" property.

if you have 10k IDs, then it's 10k endpoint calls.
How to operate in dub?
SEARCH tab

Search profiles
input: filepath
Custom search: USER ID URL
Filter: CAN DM



Regards,
Martin
archiewatson
Posts: 29
Joined: Sun May 14, 2023 11:43 am

Re: How to quickly find accounts you can send private messages to

Post by archiewatson »

martin@rootjazz wrote: Tue Apr 30, 2024 3:40 pm
archiewatson wrote: Mon Apr 29, 2024 11:41 pm the only way is to pull the user_details endpoint for each of them and check the "can_dm" property.

if you have 10k IDs, then it's 10k endpoint calls.
How to operate in dub?
SEARCH tab

Search profiles
input: filepath
Custom search: USER ID URL
Filter: CAN DM



Regards,
Martin
In which path can the results be seen?
User avatar
martin@rootjazz
Site Admin
Posts: 34852
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to quickly find accounts you can send private messages to

Post by martin@rootjazz »

archiewatson wrote: Mon May 06, 2024 10:17 am

In which path can the results be seen?
HELP > SAVE DIRECTORY

The path will be logged at the end of the action as well
Post Reply