https://github.com/blukai/dota2-emoticons
Animated Dota 2 chat emoticons
https://github.com/blukai/dota2-emoticons
dota emoticons gif npm-package python
Last synced: about 1 year ago
JSON representation
Animated Dota 2 chat emoticons
- Host: GitHub
- URL: https://github.com/blukai/dota2-emoticons
- Owner: blukai
- Created: 2017-09-05T09:13:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T01:27:26.000Z (almost 3 years ago)
- Last Synced: 2025-06-20T04:07:09.495Z (about 1 year ago)
- Topics: dota, emoticons, gif, npm-package, python
- Language: Python
- Homepage:
- Size: 80 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dota2-emoticons
based on [@rossengeorgiev](https://github.com/rossengeorgiev)'s [Dota 2 notebooks](https://github.com/rossengeorgiev/dota2_notebooks/blob/046e385a787d6f84408bded077c4552064958ee4/List%20Emoticons.ipynb)
## install
to use in node.js project:
```
npm install dota2-emoticons
```
## update
to generate new emoticons u'll need python 3.5+, pip and [imagemagick](https://imagemagick.org/script/download.php).
```sh
# install python deps
$ pip3 install -r requirements.txt
# install imagemagic (macos)
$ brew install imagemagick
# generate emoticos
# common locations:
# macos /Users//Library/Application Support/Steam/steamapps/common/dota 2 beta;
# linux /home//.steam/steam/steamapps/common/dota 2 beta;
# windows C:/Program Files (x86)/Steam/SteamApps/common/dota 2 beta.
$ python3 generate.py
```