Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relrod/hax
An IRC bot in Scala using PircBot.
https://github.com/relrod/hax
Last synced: 12 days ago
JSON representation
An IRC bot in Scala using PircBot.
- Host: GitHub
- URL: https://github.com/relrod/hax
- Owner: relrod
- Created: 2012-02-11T11:51:36.000Z (over 12 years ago)
- Default Branch: hax2
- Last Pushed: 2013-11-21T17:33:19.000Z (almost 11 years ago)
- Last Synced: 2024-10-04T21:47:31.763Z (about 1 month ago)
- Language: Scala
- Homepage:
- Size: 521 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. hax bot
Welcome to hax. This is just a simple bot that fulfills two purposes:
* Give me a project to hack on as I learn Scala.
* Replace CodeBlock/b4bot because it sucks.h1. Features
It does very little right now, but that will probably change.
* URL and Tweet Snarfing
* Karma tracking (stores in SQLite3 db)
* Some test commands
* Adding and random-retrieving of quotes (aquote, rquote)
* Weather fetching using Google's Weather APIh1. Installing
Standard SBT project, so just clone and @sbt update; sbt run@.
h1. Twitter snarfing
We use the twitter4j library, but we need a snapshot version as opposed to the
latest release version.Go to http://dev.twitter.com and register a new app. Take note of the consumer
key and secret, and fill these in in your Hax config.h1. License
Three-clause BSD, same as Scala itself.Copyright (c) 2012-present Ricky Elrod , unless otherwise specified.
All rights reserved.Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.3. Neither the name of the project nor the names of its contributors
may be used to endorse or promote products derived from this
software without specific prior written permission.THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.