Stronger swiping game for devs
Works for almost all dating apps :/
PS : Works only with adb
pip install dev-swiper
Make sure you have adb installed.
- Install the package.
- Connect your android device to your PC.
- Open the respective app
- Use as you like
swipe
It 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 left
swipe -m
- In manual mode you can
swipe
using yourkeyboard
right ->
: Swipe rightleft <-
: Swipe leftq
: Quit