/sticker2gif

Download Facebook Messenger Stickers and convert them into GIF

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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