Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T01:27:26.000Z (about 1 year ago)
- Last Synced: 2024-11-17T20:18:48.918Z (about 1 month ago)
- Topics: dota, emoticons, gif, npm-package, python
- Language: Python
- Homepage:
- Size: 80 MB
- Stars: 5
- Watchers: 2
- 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
```