https://github.com/imperatrona/twitter-scraper/blob/76cb95cd3ebe677a3d5afccdab557364c9f5e2bf/util.go#L353 Note the line `FollowingCount: user.FavouritesCount` Presumably it should be `FollowingCount: user.FriendsCount` but then what is the point of the `FriendsCount` field. Same in `parseProfileV2`
twitter-scraper/util.go
Line 353 in 76cb95c
Note the line
FollowingCount: user.FavouritesCountPresumably it should be
FollowingCount: user.FriendsCountbut then what is the point of the
FriendsCountfield.Same in
parseProfileV2