pkreissel / block_twittertools

Webapps gegen den Hass im Netz
18 stars 5 forks source link

automatically block retweeters in addition to likers. #4

Closed pkreissel closed 4 years ago

pkreissel commented 4 years ago

Currently the Browser Extension redirects to /blocklists?users=comma_seperated,screen_names In the future it will also contain the respective Tweets id. This should be used to get the retweets of a tweet (https://python-twitter.readthedocs.io/en/latest/twitter.html#twitter.api.Api.GetRetweets). Then it should display the screen names of the retweeters, below the "Liker-Screen-Names". Duplicates should be detected and avoided.