Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
/ ff-profile-webp Public archive

Obtaining FF Avatar and Banner in WebP format.

Notifications You must be signed in to change notification settings

jinix6/ff-profile-webp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

New Project 6  85F61BC

Example

import requests

url = "https://raw.githubusercontent.com/jinix6/ff-profile-webp/main/webp/<AVATAR/BANNER ID>.webp"
response = requests.get(url)