Skraper Versions Save

Kotlin/Java library and cli tool for scraping posts and media from various sources with neither authorization nor full page rendering (Facebook, Instagram, Twitter, Youtube, Tiktok, Telegram, Twitch, Reddit, 9GAG, Pinterest, Flickr, Tumblr, Coub, Vimeo, IFunny, VK, Odnoklassniki, Pikabu)

0.8.3

2 years ago

What's Changed

Full Changelog: https://github.com/sokomishalov/skraper/compare/0.8.2...0.8.3

0.8.2

2 years ago

What's Changed

Full Changelog: https://github.com/sokomishalov/skraper/compare/0.8.1...0.8.2

0.8.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/sokomishalov/skraper/compare/0.8.0...0.8.1

0.8.0

2 years ago
  • getPosts and extensions for it should return Flow<Post>and be paginable.
  • add statistics field to Post, which includes likes, reposts, views and comments amount fields.
  • add statistics field to PageInfo, which includes posts, followers and following amount fields.
  • remove baseUrl from Skraper interface
  • provide UnknownMedia type
  • various extraction fixes

Full changelog

0.7.0

3 years ago

Changelog:

  • tiktok implemented
  • telegram implemented
  • instagram: hashtag posts + some improvements
  • clients rework
  • post's publishedAt is an instance of Instant
  • migrate tests to junit 5
  • page info refactoring: covers and avatars are single-imaged now
  • maven central distribution
  • some refactoring
  • dependency upgrades

0.6.3

3 years ago

0.6.2

3 years ago
  • Youtube fix
  • bump versions

0.6.1

3 years ago

Add postCount and followerCount for Pinterest (https://github.com/sokomishalov/skraper/pull/92) Bump deps

0.6.0

3 years ago

Changelog:

  • bump kotlin to 1.4.0 and other dep upgrades
  • fixes #76
  • fixes #77

0.5.1

3 years ago