Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hikari-no-yume/meta_bot
/u/Meta_Bot2 is a reddit bot that replies to a submission or comment, if a link to that submission or comment was submitted to a subreddit.
https://github.com/hikari-no-yume/meta_bot
Last synced: 2 months ago
JSON representation
/u/Meta_Bot2 is a reddit bot that replies to a submission or comment, if a link to that submission or comment was submitted to a subreddit.
- Host: GitHub
- URL: https://github.com/hikari-no-yume/meta_bot
- Owner: hikari-no-yume
- License: other
- Created: 2014-01-15T23:36:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T20:03:41.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T15:09:28.777Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.reddit.com/r/Meta_Bot
- Size: 12.7 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
What it is
==========Meta Bot is a reddit bot that trawls the new queues of the reddit.com, www.reddit.com and np.reddit.com domains on reddit, to find links to submissions to comments. It then comments on those submissions and comments, informing them that they were linked elsewhere on the site.
The live version is [/u/Meta_Bot2](https://www.reddit.com/user/Meta_Bot2).
Setup
=====Requires node.js.
1. Run `npm install` to install the dependencies.
2. Copy `config.example.json` to `config.json` and edit as appropriate.
3. Run it with `node bot.js`. It's not a daemon, so I'd suggest running it in a `screen` session, and it may crash, so keep an eye on it.