With the help of this repo you can automate the process of sharing your post to different groups
1.Selenium
pip install selenium
Also Download the Chrome Drivers from the link according to your chrome version :- click here
Note-> Firefox Driver is already provided
- Clone the project.
- Uncomment the line 113 in the main.py file.
- Replace line 113 with all the required details.
- Save the the main.py file and run it.
If you use chrome, make sure you download the correct driver and add it in the same folder.
Also change the 'Firefox' to 'Chrome' and geckodriver to your chrome driver filename in the line 5.