- Download the python file and pdf(lion-king.pdf) from the repository.
- Create a new folder on the desktop.
- Put the file in the folder, then download the chrome webdriver and put it in the same folder.
- Also put any PDF File(or the given pdf) you want to spam to the people in the same folder.
- Open PyCharm or (any other Python IDE) and in line 5, edit the path of the webdriver you downlaoded in step 3.
- In line 9, enter the contact name you want to spam after scanning the QR Code.
- Don't forgot to change the pdf name in line 16 if you're using your own pdf.
- Also Install selenium and PyPDF2 in Pychar by howering over them line 1 and 3.