Python Forum

Full Version: Is it possible to write a python script to block twitter feeds?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i noticed lately that im seeing more and more tweets on my twitter account from users that follow the same accounts i follow.. and since they respond to those accounts, they end up on my feed, which then prevents me from really seeing my accounts i follow..

In other words, im seeing posts from accounts i dont follow and dont care to follow.. so currently i manually select each post and chose to block that account..

So im looking to see if there is anyway to write a python script that will allow me to block any accounts that i dont purposely follow??

I currently only follow 12 accounts on my personal twitter, but yet i get so many other things showing up from accounts i dont follow, i would like to just have a way to say, if @account is not in my "Follow" list, then @block that account..

Can this be done in python?