https://github.com/thomas-daniels/so-editmonitor
A bot that monitors recent suggested edits on Stack Overflow and posts an alert in a chatroom when it comes across a suspicious edit (detected as spam, or approved with 2 rejection votes with at least 1 spam vote)
https://github.com/thomas-daniels/so-editmonitor
Last synced: 3 months ago
JSON representation
A bot that monitors recent suggested edits on Stack Overflow and posts an alert in a chatroom when it comes across a suspicious edit (detected as spam, or approved with 2 rejection votes with at least 1 spam vote)
- Host: GitHub
- URL: https://github.com/thomas-daniels/so-editmonitor
- Owner: thomas-daniels
- License: other
- Created: 2015-02-22T16:16:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T18:39:33.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T19:15:11.164Z (3 months ago)
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.htm
Awesome Lists containing this project
README
# EditMonitor
EditMonitor is a bot (written in Python 2.7) that monitors recent suggested edits on [Stack Overflow](http://stackoverflow.com) and posts an alert in a chatroom when it comes across a suspicious suggested edit (detected as spam, approved with 2 rejection votes ...). The bot uses [ChatExchange](https://github.com/Manishearth/ChatExchange) for the chat interaction.EditMonitor uses the Stack Exchange API to get a list of the most recent edits. If you have an API key that you want to use, create a file ApiKey.txt and put the API key in there. The bot will use this if it exists.
Example chat post:

EditMonitor is licensed under the [CodeProject Open License v1.02](http://www.codeproject.com/info/cpol10.aspx). You can find a copy of this license in LICENSE.htm.