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
- Host: GitHub
- URL: https://github.com/luser/xchat-giphy
- Owner: luser
- Created: 2013-11-27T20:13:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T20:07:08.000Z (over 11 years ago)
- Last Synced: 2025-01-22T17:46:14.496Z (over 1 year ago)
- Language: Python
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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__)
```