An open API service indexing awesome lists of open source software.

https://github.com/luser/xchat-giphy

xchat script to search giphy gifs
https://github.com/luser/xchat-giphy

Last synced: over 1 year ago
JSON representation

xchat script to search giphy gifs

Awesome Lists containing this project

README

          

pip install requests giphypop

in xchat:
/py load /path/to/xchat.py

then:
/gif some words

click on a gif, bam.

To get this auto-loaded in xchat, stick a file in ~/.xchat2/ (YMMV on other platforms), call it something like gif.py, and make the contents:
```python
__file__ = '/path/to/pygiphy/xchat.py'
execfile(__file__)
```