Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. hot to run this python bot
  2.  
  3. - get python 3.7.0 ( must use this version )
  4.  
  5. depend on your windows bit
  6.  
  7. https://www.python.org/ftp/python/3.7.0/python-3.7.0.exe
  8.  
  9. https://www.python.org/ftp/python/3.7.0/python-3.7.0-amd64.exe
  10.  
  11. add path for python using mycomputer -> right click -> propertis -> advance -> edit path
  12.  
  13. - install selenium driver using python pip
  14.  
  15. pip install selenium
  16.  
  17. - for BRI (this has captcha) so we need tesseract OCR driver to run, other bank can run without this
  18.  
  19. https://github.com/tesseract-ocr/tesseract/wiki/Downloads
  20.  
  21. - download chrome driver
  22.  
  23. https://chromedriver.storage.googleapis.com/index.html?path=72.0.3626.69/
  24.  
  25. or
  26.  
  27. https://chromedriver.storage.googleapis.com/index.html?path=2.46/
  28.  
  29. put it inside c:/windows
  30.  
  31. - adjust setting config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement