Stronger swiping game for devs
Works for almost all dating apps :/
PS : Works only with adb
pip install dev-swiperMake sure you have adb installed.
- Install the package.
- Connect your android device to your PC.
- Open the respective app
- Use as you like
swipeIt will swipe right for 20 times.
-c, --count: Number of swipes [ Default : 20 ]-d, --direction: Swipe Direction [ Default : right ]-m: Manual Mode
swipe -c 10 -d leftswipe -m- In manual mode you can
swipeusing yourkeyboardright ->: Swipe rightleft <-: Swipe leftq: Quit

