Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetFFValuesOnTwitterProfile

Get Following and Followers values on Twitter profiles, using web scraping.

Use Case

Import

Add dependencies on your pubspec.yaml

dependencies:
  twitter_ff_Values:
    git: https://github.com/DevelopersPackages-org/GetFFValuesOnTwitterProfile.git

And import in dart file

import "package:twitter_ff_values/getValues.dart";

For A Account

Map<String,int> getFFValues(String screenName) async

returns {"Following": valFollowing, "Followers": valFollowers} , such as {"Following": 10, "Followers": 52}.

For Multiple Accounts

List<Map<String, int>> getFFValuesForIn(List<String> screenNames) async

returns List of result from getFFValues() for each screenNames.

Thanks

Forked from DartでWebスクレイピング

Thanks for @tris

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages