Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattjw/minctweet
Make a Minecraft server tweet interesting happenings.
https://github.com/mattjw/minctweet
Last synced: about 1 month ago
JSON representation
Make a Minecraft server tweet interesting happenings.
- Host: GitHub
- URL: https://github.com/mattjw/minctweet
- Owner: mattjw
- License: apache-2.0
- Created: 2011-08-19T23:54:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-16T09:19:12.000Z (over 13 years ago)
- Last Synced: 2024-04-14T23:19:37.159Z (9 months ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
minctweet (Minecraft Tweet) is a simple, blandly named Python script
that will monitor a Minecraft server log file and react to
chosen in-game events by pushing tweets to a Twitter account.The script uses Unix tail, which effectively restricts its use to
Linux and OS X. Sorry to those on other platforms!Usage:
Execute minctweet.py.
The script requires the path to a configuration file as an argument.
The configuration file should specify the location of the server log
file and Twitter authentication information.
See example.config for an indication of the configuration file format.Some assembly required:
Customising responses to log events requires editing the script itself.
Logic for this can be found in function handle_log_entry.Enjoy!