whatsdigger

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

whatsdigger

This is Whatsapp Group links checker and scrapper from websites or web pages having group links in html code ,
like some websites share such kind of group links collections.
You can use this like just a simple dart CLI application or in flutter implementation whatever you want.
Features #
Grab all the whatsapp group linkes from any webpage just by website link , a set of all the links
Get group related information like group name and group display picture's direct link , a group info gathering
get group link header
split id from full group link
user friendly and error handler
Getting started #
Just you have to include this package in dependencies of pubspec.yaml file and after that use functions from this file .
just call them and pass parameters if needed.
Usage #
Scrap all the group links located in a web page , just that web page url is required.
For Example :

webDigger("https://wishthisyear.com/").then((values) {
print(values);
});
copied to clipboard
Get Information about specifig whatsapp group like Group name and Display Picture's direct link
linkdigger("https://chat.whatsapp.com/invite/C4iHm4IROXQHGLio0eOSCv")
.then((values) {
print(values);
});
copied to clipboard
To get Group ID from link:
getGroupID('https://chat.whatsapp.com/invite/C4iHm4IROXQHGLio0eOSCv');
copied to clipboard
This was a starting intro ... have a nice journey

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.