https://github.com/keith/giphy-weechat
Generate random giphy URLs from a search
https://github.com/keith/giphy-weechat
Last synced: 8 months ago
JSON representation
Generate random giphy URLs from a search
- Host: GitHub
- URL: https://github.com/keith/giphy-weechat
- Owner: keith
- License: mit
- Created: 2015-11-24T17:56:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T22:42:19.000Z (over 10 years ago)
- Last Synced: 2025-01-22T03:13:20.196Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# giphy-weechat
This is a simple [weechat](https://weechat.org/) plugin that inserts
random [giphy](https://giphy.com/) URLs based on a search.
## Usage:
```
/giphy SEARCH QUERY
```
## Installation
Install requests:
```sh
$ pip install requests
```
Copy the script to `~/.weechat/python/autoload`
```sh
mkdir -p ~/.weechat/python/autoload
wget https://raw.githubusercontent.com/keith/giphy-weechat/master/giphy.py ~/.weechat/python/autoload
```