Giter Site home page Giter Site logo

saucebot's People

Contributors

exphp avatar illegalargument avatar k-4u avatar ravntm avatar sonnydg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

saucebot's Issues

Got Server Running & Client....

client connected how do I get it into channels??

Connected ... [Channels]:

21 Feb 18:10:36 - [SOCKET] Connected to StatsD on localhost:8125
21 Feb 18:10:36 - [SOCKET] Server started on port 28333
21 Feb 18:11:07 - [SOCKET] Client registered as chat::TestClient @ undefined

package.json

I noticed that the dependencies are installed used a shell script, but with npm there's actually a better way to manage dependencies. With a package.json file, you can specify your dependencies and a version range and npm will install them all with one command:

$ npm install

However, I didn't want to open a pull request to add the file because I see that you have *.json in your .gitignore. I don't know enough about the repository (yet?) to understand which JSON files you're ignoring, so I decided to bring this up first before I fork.

You can check out the package.json spec if you'd like. I'd be happy to help you write one.

Got Server Running....

How do I get bot into my channel via linux command?
I run node subot/server/server.js config
and it loads and runs the server but bot doesnt connect to channels please Help.

{
"Server": {
"Name": "xsuxbot",
"Port": 6667
},
"MySQL": {
"Username": "%%%",
"Password": "%%%",
"Database": "%%%"
},
"Logging": {
"Root": "/root/Sauce/SauceBot/bin/server/../../logs/"
},
"Graphing": {
"Host": "Server IP",
"Port": 8125,
"Name": "saucebot"
},
"API": {
"Twitch": "xsuxbot",
"TwitchToken": "oauth:key",
"LastFM": "",
"Steam": ""
}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.