https://github.com/skylarmb/gfybot
A small reddit bot in Python that uploads HTML5/webm versions of .gifs as a comment on the original post. There are two versions. One uses the Imgur, the other uses the GfyCat.
https://github.com/skylarmb/gfybot
Last synced: about 1 year ago
JSON representation
A small reddit bot in Python that uploads HTML5/webm versions of .gifs as a comment on the original post. There are two versions. One uses the Imgur, the other uses the GfyCat.
- Host: GitHub
- URL: https://github.com/skylarmb/gfybot
- Owner: skylarmb
- License: gpl-3.0
- Created: 2015-03-01T21:14:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T23:13:26.000Z (almost 11 years ago)
- Last Synced: 2025-06-20T20:13:15.619Z (about 1 year ago)
- Language: Python
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GfyBot
A small reddit bot in Python that uploads HTML5/webm versions of .gifs as a comment on the original post. There are two versions. One uses Imgur, the other uses GfyCat.
PRAW (Python Reddit API Wrapper): https://github.com/praw-dev/praw
PRAW OAuth: https://github.com/avinassh/prawoauth2
GfyCat Python API: https://github.com/nim901/gfycat
Note: These packages can be easily installed using the Pip package manager: https://pip.pypa.io/en/latest/
Make sure to set up settings.py before running!