mkarush / bumble_swipe_right

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swipe right on Bumble


This app will swipe right for user until reach end of likes for day:

Requirments:


This app utilizes Python3, Selenium, and Chrome.


Python3 can be found here: https://www.python.org/downloads/


Selenium can be found here: http://www.seleniumhq.org/download/


A Chrome webdriver will be required with Selenium. This can be found here: https://sites.google.com/a/chromium.org/chromedriver/downloads


ADD chrome driver location in file parameter/bumble.py -> self.driver = webdriver.Chrome(local chrome driver location)


pip install flask

INFO

This will start a web development app where user can login using facebook or cellphone on bumble.

USAGE


  1. python swipe_right.py
  2. it will start a PROGRAM
  3. click http://127.0.0.1:5000/ to login on web development app.

ISSUES

1. Driver not found, make sure chrome version compatible with driver version

About


Languages

Language:Python 70.2%Language:HTML 29.8%