JoeyTawadrous / Twitter-Auto-Pilot

Automate common Twitter activities such as following & unfollowing twitter accounts. Effortlessly follow users of a certain user.
https://darwinmail.app
MIT License
154 stars 45 forks source link

Question about features #9

Open drandreaskrueger opened 4 years ago

drandreaskrueger commented 4 years ago

Hey! Your tool looks very close already to what I am looking for.

Specifically, I would like to automate these three tasks:

(1) follow-when-retweeted

When someone retweets one of my retweets, I would like to automatically follow them, and put them in a list, for later manual inspection (whether to mute them or even unfollow again, always needs visual inspection). Of course, it makes sense to first check whether I am already following them anyways.

(2) unfollow-wait-and-follow-again

Intention: To send them a trigger to check me out (again).

Condition on accounts:

Steps:
1) Find all above accounts.
2) one by one: Unfollow. Wait a minute or a day. Follow them again.
3) after 3 days, check whether that was successful.

Perhaps the twitter API has a daily quota for stuff like that? Then have the script end in a way that the remaining batch can be done on the next day.

(3) retweet my own tweets

Reason: I am awake while the main group of my followers is sleeping.
Intention: Give more people a chance to see a "best of" my recent tweets.

Steps:
1) I compile a list of (e.g. a dozen, or a hundred) of my own tweet URLs.
2) one by one: (possibly undo the retweet, then) retweet the tweet.
3) there should be e.g. an hour between those retweets, perhaps two retweets at at time.

Detail: I want retweets without additional comment, so no new tweet is created.

Questions:

Thanks a million! Keep up the good work! Andreas

drandreaskrueger commented 4 years ago

Found my own approach, using python tweepy. Thanks!

canClose.