Retweet and parsing accounts
Posted: Fri Apr 01, 2022 2:56 pm
I found an account with 32,000 subscribers and a target audience that is interesting to me.
I want to parse all subscribers of this account in order to collect all this audience into a file.
Then I need to do ONE retweet with a comment from each person in that target audience. Retweets will be done by my accounts, of which I have 50 pieces.
Retweets on accounts should not be repeated. They must be unique. 1 person from the base = 1 retweet. For example, 1 account will make 50 retweets per day, and another account will make a completely different 50 retweets.
Now faced with the problem that accounts often make the same retweets. For example, one account makes 30 retweets and the second makes the same identical retweets. That base I have 32,000 people, but the accounts interact with only 30 people. That is, each account must retweet posts of different users.
I want to parse all subscribers of this account in order to collect all this audience into a file.
Then I need to do ONE retweet with a comment from each person in that target audience. Retweets will be done by my accounts, of which I have 50 pieces.
Retweets on accounts should not be repeated. They must be unique. 1 person from the base = 1 retweet. For example, 1 account will make 50 retweets per day, and another account will make a completely different 50 retweets.
Now faced with the problem that accounts often make the same retweets. For example, one account makes 30 retweets and the second makes the same identical retweets. That base I have 32,000 people, but the accounts interact with only 30 people. That is, each account must retweet posts of different users.