Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kourva/v2paste
Multi-Tool V2ray proxy app for android. Proxy cloner and decoder. Based on CloudFlare worker
https://github.com/kourva/v2paste
android-app kivy proxy python v2ray vless vless-ws-tls vmess vmess-ws-tls
Last synced: 3 months ago
JSON representation
Multi-Tool V2ray proxy app for android. Proxy cloner and decoder. Based on CloudFlare worker
- Host: GitHub
- URL: https://github.com/kourva/v2paste
- Owner: Kourva
- License: mit
- Created: 2023-02-16T12:21:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:15:09.000Z (5 months ago)
- Last Synced: 2024-10-14T06:23:20.820Z (3 months ago)
- Topics: android-app, kivy, proxy, python, v2ray, vless, vless-ws-tls, vmess, vmess-ws-tls
- Language: kvlang
- Homepage:
- Size: 1.78 MB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
V2Paste
Multi-Tool V2ray proxy app for android.
### ▍Version 3.0.0 Update
▣ Fixed Vmess decode function
▣ Cloner limit up to 50
▣ QRcode in single proxy generator
▣ New theme and icons
▣ New Status bar
▣ Cloner limit controller### ▍Download
Feel free to download this app from releases page
Download: [V2Paste-1.2](https://github.com/Kourva/V2Paste/releases/tag/v3.0.0)### ▍Idea
So this app works online with public APIs. if you have any idea to add let me know in [Issues](https://github.com/Kourva/V2Paste/issues).### ▍Guide
If you have any question or help, check out our Telegram channel
Link: [V2Paste Updates](https://t.me/V2Paste)# Setup
#### First you need to install [python](https://www.python.org/) and [pip](https://pypi.org/project/pip/) from Official pages or Terminal
#### ⒈ clone the reposytory
```bash
git clone https://github.com/Kourva/V2Paste && cd V2Paste
```
#### ⒉ Navigate to V2Paste directory
```bash
cd V2Paste
```
#### ⒊ install requirements for app
```bash
chmod +x Lib/install.sh && ./Lib/install.sh
```
#### ⒋ Install python-dbus for notification (optional)
▣ Debian based
```bash
sudo apt install python-dbus
```
▣ Arch based
```bash
sudo pacman -S python-dbus
```
#### ⒌ run the app
▣ Normally
```bash
python main.py
```
▣ Specific phone
```
python main.py -m screen:600x800
```
Kivy to APK
Convert your Kivy file into apk
###### You have 2 ways to do this. first way is [Google Colab](https://colab.research.google.com/). you can convert your Kivy file into APK fast and easy.
###### Second way is manual way. you need to do following stuff step by step
+ install required python libraries
```bash
pip install buildozer cython kivy pillow plyer
```
+ install required developer packages
```bash
sudo apt-get install -y \
python3-pip \
build-essential \
git \
python3 \
python3-dev \
ffmpeg \
libsdl2-dev \
libsdl2-image-dev \
libsdl2-mixer-dev \
libsdl2-ttf-dev \
libportmidi-dev \
libswscale-dev \
libavformat-dev \
libavcodec-dev \
zlib1g-dev
```
+ install required plugins
```bash
sudo apt-get install -y \
libgstreamer1.0 \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good
```
+ install required packages
```bash
sudo apt-get install -y \
build-essential \
libsqlite3-dev \
sqlite3 \
bzip2 \
libbz2-dev \
zlib1g-dev \
libssl-dev \
openssl \
libgdbm-dev \
libgdbm-compat-dev \
liblzma-dev \
libreadline-dev \
libncursesw5-dev \
libffi-dev \
uuid-dev \
libffi6
```
+ install this package
```bash
sudo apt-get install libffi-dev
```
+ init buildozer file (If you don't have **buildozer.spec** file. otherwise skip this step)
```bash
buildozer init
```
+ build the app
```bash
buildozer -v android debug
```
+ if you get any error, clear the data and rebuild again
```bash
buildozer android clean
```
V2rayDoprax
V2ray is a tool to create thousands of vless and vmess proxies at ones! includes more tools... for Doprax
###### There is another tool for creating Vless proxies and some other stuff.
###### Check it out: https://github.com/Kourva/V2rayDoprax# Thanks
###### You can give me a star if you find this tool helpfull. Wishing you all the best.