This is a Selenium based spammer. In this example I use txt DB (created from SQL DB) simply because I find it easier to use it without the need to download and install SQL dependencies, drivers etc on the running pc. With little code refactoring you can use the spammer while directly retrieving the data from the SQL DB. Note that the spammer was created for a specific site and may not work in your case, but you can use a lot of the code I already provided. Also I imported the class that's used for creating the txt file from the SQL DB.
TheGoodCook155/Spammer
This is a Selenium based spammer. In this example I use txt DB (created from SQL DB) simply because I find it easier to use it without the need to download and install SQL dependencies, drivers etc. With little code refactoring you can use the spammer while directly retrieving the data from the SQL DB. Note that the spammer was created for a specific site and may not work in your case, but you can use a lot of the code I already provided. Also I imported the class that's used for creating the txt file from the SQL DB.
Java