This Bot is developed in Python using selenium package. More Development is needed to make it Dynamic and provide a GUI.
Open the secrets.py file to edit and enter your details there.
Prerequisites :-
- Python (v3.8)
- Selenium Package (v3.141.0)
- Google Chrome Driver/Firefox Gecko Driver (v0.26.0)
Instructions :-
- Install Python from here
*Additionally you can also install Pycharm from here
- Now install Chrome Driver from here
and add it to your path (see Documentation of chrome driver)
-
Now Install Selenium Package by using -
pip install selenium
command. -
Now edit the secrets.py file accordingly and then run fbot.py file.