Downloading Discord emojis and packing them into Pleroma's format
Перейти к файлу
Alibek Omarov 4611e148ee Add regular expression filter 2020-03-26 23:09:49 +03:00
.gitignore First blood 2020-03-26 22:32:17 +03:00
COPYING First blood 2020-03-26 22:32:17 +03:00
README.md First blood 2020-03-26 22:32:17 +03:00
config.py.example First blood 2020-03-26 22:32:17 +03:00
meow.py Add regular expression filter 2020-03-26 23:09:49 +03:00

README.md

DE2P

Simple script to download emojis from Discord servers and pack them in Pleroma's format

I don't care if you may get banned by this from Discord. But please, if it's possible, ask for emojis author permission to download them.

Requirements

  • Python3
  • requests library: pip3 install requests

Running

  1. Copy config.py.example into config.py
  2. Edit it and fill AUTHROIZATION_TOKEN
  3. Run ./meow.py -h to see available options and pick what you want to

License

GPLv3. See COPYING file for more information