Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheeplusplus/groompbot
OUT OF DATE. Does not support the YouTube v3 API.
https://github.com/cheeplusplus/groompbot
Last synced: 1 day ago
JSON representation
OUT OF DATE. Does not support the YouTube v3 API.
- Host: GitHub
- URL: https://github.com/cheeplusplus/groompbot
- Owner: cheeplusplus
- License: mit
- Archived: true
- Created: 2012-10-05T07:17:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T09:26:41.000Z (over 9 years ago)
- Last Synced: 2024-08-02T05:12:26.837Z (3 months ago)
- Language: Python
- Homepage:
- Size: 687 KB
- Stars: 13
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Groompbot
=========[Groompbot](https://github.com/AndrewNeo/groompbot): A bot that posts new videos from YouTube to a subreddit
Built by [AndrewNeo](http://www.reddit.com/u/AndrewNeo) to post [Game Grumps](http://www.youtube.com/gamegrumps) videos to the [/r/gamegrumps](http://www.reddit.com/r/gamegrumps) subreddit. It should work fine for other YouTube channels and subreddits.
Usage
-----It's set up to be run by a cronfile, probably every minute or so at most.
Configuration
-------------Configuration for the bot is set up in the settings.json file. The configuration file (which should be copied from settings.json.default) should contain the reddit bot username, password, the subreddit to post to, an approperate useragent, and the YouTube account to read from.
Dependencies
------------Groompbot depends on the following external libraries:
* [praw](https://github.com/praw-dev/praw/) - Reddit library
* [gdata](http://code.google.com/p/gdata-python-client/) - Google Data APILicense
-------Groompbot is free to use under the MIT License.