/edge_bot

A selenium bot to collect points on Edge browser using bing search engine

Primary LanguagePython

Edge Bot

A selenium bot to collect points on Edge browser using bing search engine

The bot when run using the testing.exe searches 30 random words on Edge browser using Bing search engine to collect points which can be reedemed later on as gitfcards and more.

You can either download the testing.exe file and directly run it , or fork the repositry and convert the testing.py file to a dotexe file using the following commands :

  • Open the forked repositry in any terminal
    • Type below command
      pip install pyinstaller
    • Next
      pyinstaller --onefile -w 'filename.py' , here the filename is testing.py

Thanks to the contributers ❤️