[twitter] added 'followers' extractor

modeled after the 'following' extractor

- cleanup
- add test
This commit is contained in:
stephanelsmith
2024-10-16 13:34:57 -05:00
committed by Mike Fährmann
parent 2798fb8a80
commit f0e7992674
3 changed files with 27 additions and 1 deletions

View File

@@ -271,6 +271,12 @@ __tests__ = (
"#class" : twitter.TwitterFollowingExtractor,
},
{
"#url" : "https://twitter.com/supernaturepics/followers",
"#category": ("", "twitter", "followers"),
"#class" : twitter.TwitterFollowersExtractor,
},
{
"#url" : "https://twitter.com/search?q=nature",
"#category": ("", "twitter", "search"),