⚡ Flask-Based API for Uid Info And Sending Visits to Free Fire Profiles ⚡
Async • Token-Managed • Protobuf Powered
✅ Asynchronous Visit Sending
✅ Token Management
✅ Protobuf Parsing
✅ Batch Processing
✅ Docker & Vercel Ready
git clone https://github.com/TSun-FreeFire/TSun-FF-INFOxVISITS.git
cd TSun-FF-INFOxVISITS
pip install -r requirements.txtRun the Flask API:
python app.pyAPI will start at: http://0.0.0.0:5000
http://localhost:5000/info/bd/123456789
http://localhost:5000/visit/bd/123456789{
"nickname": "PlayerOne",
"level": 45,
"likes": 320,
"region": "BD",
"uid": "123456789",
"visits_success": 50,
"visits_failed": 0
}TSun-FF-Visits
├── app.py # Flask main app
├── byte.py # Encryption utilities
├── protobuf_parser.py # Protobuf decoding logic
├── visit_count_pb2.py # Auto-generated protobuf classes
├── requirements.txt # Python dependencies
├── Dockerfile # Docker setup
├── vercel.json # Vercel configuration
└── static/
└── favicon.ico
[
{
"token": "eyJhbGciOiJIUzI..."
},
{
"token": "eyJhbGciOiJIUzI1Ni..."
}
]Contributions are always welcome!
- Fork this repository
- Create a new branch (
feature/YourFeature) - Commit changes
- Open a Pull Request
Have ideas or issues? Open one here
⭐ Made with ❤️ by TSun Studio