GithubHelp home page GithubHelp logo

hydaelyn's Introduction

hydaelyn

About

๐Ÿ˜ท

Features

๐Ÿ˜ท

Getting started

Node 7.6 is required to run this bot.

If you're going to be developing a lot in node, nvm or n is recommended since they make working with different versions of node so much easier. Quick install of latest node for Ubuntu:

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential

First, clone the repo.

git clone https://github.com/gloss-water/hydaelyn.git yourfolder

Next, install all dependencies via npm.

npm install

Update 'auth.json' to reflect the correct information. You will need a client_secret file from google sheets placed in the working directory (i.e. next to hydaelyn.js).

Run the bot.

node hydaelyn.js

If you really want to run the bot without node 7.6, you can run (node 7.0 and above) by using --harmony and it should probably work.

node --harmony hydaelyn.js

The first time you run the bot, google will require you to do additional authentication, it should look like this in your console:

Authorize this app by visiting this url: (long url)
Enter the code from that page here: _

Visit the long url, get the code, paste it into your console, and you should be good to go.

hydaelyn's People

Contributors

cas-c avatar

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.