Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FriendAPI

Free Fire friend management API built with Flask. Supports sending friend requests and removing friends.

Installation

pip install -r requirements.txt

Run

python app.py

Server runs at http://0.0.0.0:5050

API

Add friend

GET /add?uid=<uid>&password=<password>&friend_uid=<friend_uid>

Remove friend

GET /remove?uid=<uid>&password=<password>&friend_uid=<friend_uid>

Response

{
  "status": "success" | "failed",
  "code": 200 | 400 | 500
}

Config

Configuration parameters in app.py:

  • TOKEN_API - JWT token endpoint
  • RELEASE_VERSION - Current release version
  • AES_KEY / AES_IV - Encryption keys

About

Free Fire Add Friends API

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages