Skip to content

DipanshKhandelwal/dev-swiper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev_swiper

Stronger swiping game for devs

Works for almost all dating apps :/

PS : Works only with adb

Installation

 pip install dev-swiper

Steps to use

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.

Auto Demo GIf

Arguments

  • -c, --count : Number of swipes [ Default : 20 ]
  • -d, --direction : Swipe Direction [ Default : right ]
  • -m : Manual Mode
swipe -c 10 -d left

Manual Mode

swipe -m
  • In manual mode you can swipe using your keyboard
    • right -> : Swipe right
    • left <- : Swipe left
    • q : Quit

Manual Demo GIf

Author

Dipansh Khandelwal