Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 820 Bytes

README.md

File metadata and controls

43 lines (22 loc) · 820 Bytes

sticker2gif

A tool to download Facebook Messenger Stickers and convert them into gif using basic AI.

Dependencies

pip install Pillow

Usage

from sticker2gif import Maker

url = input('URL: ')
tool = Maker(url, log=True)
tool.run()

How to get Facebook Messenger Stickers

1- Inspect the sticker you want to save:

alt text

2- Head to the link of the sticker and copy it:

alt text

3- Paste it into the terminal, give it a name and determine the duration between the frames of the GIF:

alt text

4- Voilà:

alt text

Explaining Detection Technique