Is there a way to programmatically determine the number of participants in a WhatsApp group ?
(like API's, web scraping or something ?)
I want to make few WhatsApp groups(eg: group 1, group 2), and store invite links to a backend. On visiting the server, it'll check if group1 count is less than 256, if no, checks group2 count and so on and returns the first link that isn't full. So it'll be possible to enroll to multiple groups with a single link.
This question might also be a solution for:
How to automatically redirect people to several WhatsApp groups when limit is full ?
How to add more than 256 people in a WhatsApp group(not possible) ?