Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipanshkhandelwal/dev-swiper
Stronger swiping game for developers ¯\_(ツ)_/¯
https://github.com/dipanshkhandelwal/dev-swiper
automation dating-app developer-tools pip pypi pypi-package python swiping
Last synced: about 2 months ago
JSON representation
Stronger swiping game for developers ¯\_(ツ)_/¯
- Host: GitHub
- URL: https://github.com/dipanshkhandelwal/dev-swiper
- Owner: DipanshKhandelwal
- License: mit
- Created: 2020-08-25T05:27:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T12:57:11.000Z (over 4 years ago)
- Last Synced: 2024-08-19T01:01:26.705Z (4 months ago)
- Topics: automation, dating-app, developer-tools, pip, pypi, pypi-package, python, swiping
- Language: Python
- Homepage: https://pypi.org/project/dev-swiper/
- Size: 4.26 MB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dev_swiper
Stronger swiping game for devs
Works for almost all dating apps :/
PS : Works only with adb
## Installation
```sh
pip install dev-swiper
```## Steps to use
[`Make sure you have adb installed.`](https://developer.android.com/studio/command-line/adb)
- Install the package.
- Connect your android device to your PC.
- Open the respective app
- Use as you like```sh
swipe
```It will swipe `right` for 20 times.
![Auto Demo GIf](./demo/auto.gif)
## Arguments
* `-c, --count` : Number of swipes [ Default : 20 ]
* `-d, --direction` : Swipe Direction [ Default : right ]
* `-m` : Manual Mode```sh
swipe -c 10 -d left
```### Manual Mode
```sh
swipe -m
```- In manual mode you can `swipe` using your `keyboard`
- `right ->` : Swipe right
- `left <-` : Swipe left
- `q` : Quit![Manual Demo GIf](./demo/manual.gif)
## Author
[Dipansh Khandelwal](https://github.com/DipanshKhandelwal)