insta_html_parser 0.1.1 copy "insta_html_parser: ^0.1.1" to clipboard
insta_html_parser: ^0.1.1 copied to clipboard

Provides basic data from a given Instagram profile url. Also checks if the profile is public and if it's verified. If it's public, you can parse posts photos and videos URLs.

[0.1.1] - 17/05/2019 #

  • Added static fields to get the last parsed informations.
InstaParser.lastPostsParsed; // returns List<String>
InstaParser.lastUserDataParsed; // returns Map<String, String>
InstaParser.lastPhotoUrlsParsed; // returns Map<String, String>
InstaParser.lastVideoUrlParsed; // returns String

[0.1.0] - 10/08/2019 #

  • Package ready to use
  • To do: improve performance of html tag searching

[0.0.5] - 10/08/2019 #

  • Improved description

[0.0.4] - 10/08/2019 #

  • Improved description
  • Used flutter format on lib/insta_html_parser.dart

[0.0.3] - 10/08/2019 #

  • Added one more method:
InstaParser.userDataFromProfile(String profileUrl);
  • Changed method names
InstaParser.postsUrlsFromProfile(String profileUrl);
InstaParser.photoUrlsFromPost(String postUrl);
InstaParser.videoUrlFromPost(String postUrl);
  • Implemented basic tests for all methods

  • Example app improved

[0.0.2] - 10/08/2019 #

  • Now it works with three static methods:
InstaParser.parsePostsUrlsFromInstaProfile(String profileUrl);
InstaParser.parsePhotosUrlsFromInstaPost(String postUrl);
InstaParser.parseVideoUrlFromInstaPost(String postUrl);

[0.0.1] - 05/08/2019 #

  • Made minimal version retrieving post and medias urls with an example app.
8
likes
30
pub points
27%
popularity

Publisher

unverified uploader

Provides basic data from a given Instagram profile url. Also checks if the profile is public and if it's verified. If it's public, you can parse posts photos and videos URLs.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, html, http

More

Packages that depend on insta_html_parser