β‘ Ultra Fast Async Like API Using Flask + AES + Protobuf
- β‘ Ultra Fast Async Request System
- π AES CBC Encryption
- π¦ Protobuf Serialization
- π Multi Region Support
- π§ Smart Token Loader
- π Flask REST API
- π Real Like Count Response
- π₯ OB53 Supported
- π‘ Full Error Handling
- βοΈ VPS Optimized
| Region | Code |
|---|---|
| Bangladesh | BD |
| India | IND |
| Brazil | BR |
| United States | US |
| North America | NA |
| SAC | SAC |
project/
β
βββ app.py
β
βββ like_pb2.py
βββ like_count_pb2.py
βββ uid_generator_pb2.py
β
βββ token_bd.json
βββ token_br.json
βββ token_ind.json
β
βββ requirements.txt
β
βββ README.mdpip install -r requirements.txtflask
aiohttp
requests
pycryptodome
protobuf[
{
"token": "YOUR_JWT_TOKEN"
},
{
"token": "YOUR_JWT_TOKEN_2"
}
][
{
"token": "YOUR_JWT_TOKEN"
}
][
{
"token": "YOUR_JWT_TOKEN"
}
]python app.pyServer Running On:
http://127.0.0.1:5000gunicorn -w 4 -k gthread -b 0.0.0.0:5000 app:apppm2 start app.py --interpreter python3 --name ff-like-apisudo nano /etc/supervisor/conf.d/fflike.conf[program:fflike]
directory=/root/project
command=python3 app.py
autostart=true
autorestart=true
stderr_logfile=/var/log/fflike.err.log
stdout_logfile=/var/log/fflike.out.logsudo supervisorctl reread
sudo supervisorctl update
sudo supervisorctl restart fflikeGET /like?uid={uid}&server_name={region}https://your-domain.com/like?uid=123456789&server_name=BD{
"LikesGivenByAPI": 154,
"LikesafterCommand": 2034,
"LikesbeforeCommand": 1880,
"PlayerNickname": "XP OPU",
"UID": 123456789,
"status": 1
}| Key | Description |
|---|---|
| LikesGivenByAPI | Total Likes Added |
| LikesafterCommand | Likes After Request |
| LikesbeforeCommand | Likes Before Request |
| PlayerNickname | Player Name |
| UID | Player UID |
| status | 1 = Success |
| status | 2 = Failed |
- 250 Async Requests Per Command
- Multi Token Rotation
- Low RAM Usage
- High Speed Response
- VPS Optimized
- Fast Like Delivery
- Python
- Flask
- AsyncIO
- AioHTTP
- Requests
- PyCryptodome
- Protobuf
This API Uses:
- AES CBC Encryption
- Protobuf Encoded Binary Requests
- Bearer Token Authentication
This project is made for educational purposes only.
The developer is not responsible for any misuse of this project.
Use at your own risk.
If you like this project:
β Star This Repository
π΄ Fork The Repository
π’ Share With FriendsMADE WITH β€οΈ BY XP OPU
