Looking for a Bot -RT from DM Twitter

Status
Not open for further replies.

KillTox

Registered Member
Joined
Jun 29, 2020
Messages
54
Reaction score
15
Hello , I'm looking for a bot that can Retweet from my DM ... i'm in many Group RT and i can't handle anymore .
Or some advice how to RT faster . Ty
 
Last edited:
if you want manually i can do its, because i have office and team....
No , thank's . I'm looking for a program or a way to simplify my work
 
Last edited by a moderator:
What are you trying to do? Trigger a retweet based off a pattern in the DM received? OR just retweet every tweet URL in recieve in DM or something else?
 
No pattern like hashtag or @username . Just to RT the link from some DM (Group ) that i'm into
 
I also participate in RT groups at DM. I looked for automated solutions, but I didn't find it. I am also in search.
 
What are you trying to do? Trigger a retweet based off a pattern in the DM received? OR just retweet every tweet URL in recieve in DM or something else?

Just an idea:

A bot that opens the DM, goes to group x and identifies the group's tweets. RT and return a message to the group such as "done".
 
No pattern like hashtag or @username . Just to RT the link from some DM (Group ) that i'm into
Sorry, I still don't understand. So no pattern to trigger it. Just if you receive a tweet URL you want to retweet it? Regardless of who it come from? From a specific group of profiles? something else?
 
Just an idea:

A bot that opens the DM, goes to group x and identifies the group's tweets. RT and return a message to the group such as "done".

ok, so you want to limit the the retweets to a specific group. How do you want to specify the group? It will have an ID, but do you know the group / conversation ID?
and you need to be be able to post a message to the group (again how do you want to specify this) after the retweet has been made. You don't need to post the retweet URL? Just a simple "done" with no proof?
 
go to hire a freelancer board
such a feature is not on any commercial twitter bot
should be simple to cook up

1 look through all your group dm's
2 scan for link
3 check if not already retweeted
4 RT
5 reply 'done'
 
Sorry, I still don't understand. So no pattern to trigger it. Just if you receive a tweet URL you want to retweet it? Regardless of who it come from? From a specific group of profiles? something else?
Well... i can take all the url from a DM . I need a bot that can RT all the link (Url)
 
go to hire a freelancer board
such a feature is not on any commercial twitter bot
should be simple to cook up

1 look through all your group dm's
2 scan for link
3 check if not already retweeted
4 RT
5 reply 'done'


you're missing a login routine, a handle any verification required to complete login, captcha, email / sms handling. Monitoring retweet and DM respones from twitter warning you to slow down and blocking the account to avoid bans and a whole load of behind the scenes functions that distinguish quality programs from scrappy hacked together scripts. Then adding to the usual freelanced projects of you being the tester, the hassle of contact the freelancer when you require updates / bug fixes / improvements and the arguments of cost etc etc :)
 
you're missing a login routine, a handle any verification required to complete login, captcha, email / sms handling. Monitoring retweet and DM respones from twitter warning you to slow down and blocking the account to avoid bans and a whole load of behind the scenes functions that distinguish quality programs from scrappy hacked together scripts. Then adding to the usual freelanced projects of you being the tester, the hassle of contact the freelancer when you require updates / bug fixes / improvements and the arguments of cost etc etc :)
If you can make a bot for this, it will definitely help a lot of people. I know several people who are looking for a bot for RT.
 
go to hire a freelancer board
such a feature is not on any commercial twitter bot
should be simple to cook up

1 look through all your group dm's
2 scan for link
3 check if not already retweeted
4 RT
5 reply 'done'
Yes. That's what I meant!
 
ok, so you want to limit the the retweets to a specific group. How do you want to specify the group? It will have an ID, but do you know the group / conversation ID?
and you need to be be able to post a message to the group (again how do you want to specify this) after the retweet has been made. You don't need to post the retweet URL? Just a simple "done" with no proof?
Conversations have their own URL (/ messages / random numbers). So:

- The user can insert the group link
- The bot scans the entire group for links
- Capture the links of the tweets and check if the RT has already been done or not.
- If done, move on to the next one until you reach the last link
- At the end, send the following message to the group: "All done above!"

It can also have the function of just capturing the links from the last 24h.

Excuse me, my English is not very good. I believe you can understand the idea?
 
Conversations have their own URL (/ messages / random numbers). So:

- The user can insert the group link
- The bot scans the entire group for links

These things work better starting from a start point and going forward. All links added to the group from "now". Rather than go back through group history to avoid suddenly grabbing 100s of links and trying to process
 
Status
Not open for further replies.
Back
Top