Since they aren’t all on same blockchain, maybe the easiest way would be to use Selenium and code the sequence of clicks you would make to post on various websites.
You are viewing a single comment's thread from:
Since they aren’t all on same blockchain, maybe the easiest way would be to use Selenium and code the sequence of clicks you would make to post on various websites.
I was afraid of that answer! 😁 Spent quite some time last year playing with Selenium, on another project (till my Chromium bombed out for some mysterious reason.) Guess I'll have to get working on that again, using Firefox this time. Since I like PyAutoGUI as well, I may even try to smuggle that in my script too. Thanks for the reply.