Skip to content

Repository files navigation

⚡ Flask-Based API for Uid Info And Sending Visits to Free Fire Profiles ⚡
Async • Token-Managed • Protobuf Powered


📊 Badges & Stats


🚀 Features

Asynchronous Visit Sending
Token Management
Protobuf Parsing
Batch Processing
Docker & Vercel Ready


🛠️ Tech Stack


🧩 Installation

git clone https://github.com/TSun-FreeFire/TSun-FF-INFOxVISITS.git
cd TSun-FF-INFOxVISITS
pip install -r requirements.txt

🧠 Usage

Run the Flask API:

python app.py

API will start at: http://0.0.0.0:5000

Example Request:

http://localhost:5000/info/bd/123456789
http://localhost:5000/visit/bd/123456789

Example Response:

{
  "nickname": "PlayerOne",
  "level": 45,
  "likes": 320,
  "region": "BD",
  "uid": "123456789",
  "visits_success": 50,
  "visits_failed": 0
}

📁 Project Structure

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 File Format

[
  {
    "token": "eyJhbGciOiJIUzI..."
  },
  {
    "token": "eyJhbGciOiJIUzI1Ni..."
  }
]

🤝 Contributing

Contributions are always welcome!

  1. Fork this repository
  2. Create a new branch (feature/YourFeature)
  3. Commit changes
  4. Open a Pull Request

Have ideas or issues? Open one here


📞 Connect with Us


⭐ Made with ❤️ by TSun Studio

About

TSun-FF-INFOxVisits Api For Sending Visits On Your FreeFire Profile And Fetch Info

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages