Skip to content

elmoiv/sticker2gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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