Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Twitter follower network
#1
Hello everybody,

I have the following problem: For a research project I have to create a network map of of a list of twitter accounts. In order to do so I have to identify whether the accounts follow each other or whether one account follows another account but not the other way around. Since I have a fixed list of accounts (around 30 accounts), I do not want to have a list of all the other followers of the respective account but simply want to find out whether accounts on the list follow each other. Is there an easy way to perform this task with Python? I am very new to python and do not have a programming background, so I would be thankful for any possible starting points Smile .

Thank you so much!

guga
Reply
#2
It looks like they have an API and even that someone wrote a Python wrapper for it.
Reply
#3
Great, thanks so much!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I scrape profile information from Twitter People search results? asdad 0 739 Nov-29-2022, 10:25 AM
Last Post: asdad
  Is it possible to write a python script to block twitter feeds? cubangt 0 879 Apr-07-2022, 04:14 PM
Last Post: cubangt
  Reducing JSON character count in Python for a Twitter Bot johnmitchell85 2 53,754 Apr-28-2021, 06:08 PM
Last Post: johnmitchell85
  Callback URL for twitter app Truman 5 5,410 Dec-10-2018, 10:45 PM
Last Post: nilamo
  Twitter listen script, dynamic search value? quitte74 0 1,895 Nov-01-2018, 01:09 PM
Last Post: quitte74
  Twitter extracts on analytics tab parthi1705 3 3,232 May-28-2018, 05:26 AM
Last Post: parthi1705
  Why is basic Twitter Connectivity So Difficult? Not sure what I'm doing wrong. Oliver 0 1,896 Mar-10-2018, 12:38 PM
Last Post: Oliver
  Store twitter DM's in a .txt file buflek 5 5,214 Nov-16-2017, 04:41 PM
Last Post: buran
  Twitter scraping exclude some data Robbert 6 5,162 Sep-02-2017, 09:44 PM
Last Post: nilamo
  Discord Twitter Bot Modifiy lolboll 1 5,566 Jul-08-2017, 08:01 AM
Last Post: lolboll

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020