whatsdigger 0.0.3 copy "whatsdigger: ^0.0.3" to clipboard
whatsdigger: ^0.0.3 copied to clipboard

outdated

A Whatsapp link and info Scrapper with powerful automation and fast user friendly whatsapp linkes crawler for web pages. (WhatsApp Scrapper and Crawler)

example/main.dart

import 'package:whatsdigger/whatsdigger.dart';

void main(List<String> args) async {
  // String glink1 = "https://chat.whatsapp.com/5YvZfDDRvKs0pMeRPyDKHE";
  String link = "https://wishthisyear.com/";
  String link2 = "https://realgrouplinks.com/";
  // String glink = "https://whatsgrouplink.com/";
  // String glink = "https://chat.whatsapp.com/5YvZfDDRvKs0pMeRPyDKHE";
  // String glink1 = "https://chat.whatsapp.com/EO99euhlC7hFzA3CNdUSla";

  // webDigger(link).then((value) {
  //   print(value);
  // });2

  webDigger(link).then((values) {
    print(values);
  });

  getGroupID('a');

  linkdigger("https://chat.whatsapp.com/invite/C4iHm4IROXQHGLio0eOSCv")
      .then((values) {
    print(values);
  });

  getLinkHead();

  print('end of main code');
}
3
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A Whatsapp link and info Scrapper with powerful automation and fast user friendly whatsapp linkes crawler for web pages. (WhatsApp Scrapper and Crawler)

Repository

License

unknown (license)

Dependencies

chaleno

More

Packages that depend on whatsdigger