Giter Club home page Giter Club logo

nicovideo-translator's Introduction

Nico Nico Douga (ニコニコ動画) Comment Translator

Build Status Docker Automated Build Hackage

Quick start using Docker

The official Docker image is provided:

$ docker pull dahlia/nicovideo-translator

You need to provide a required environment variable GOOGLE_TRANSLATE_API_KEY to use Google Translate API, and may want to set an optional environment variable LANG which means the target language. The exposed port number is 8080:

$ docker run \
    -e GOOGLE_TRANSLATE_API_KEY=EiP3NSgLid81OjSwpOMkgV0rzD9SLHRqwqUwx2r \
    -e LANG=ko \
    -p 80:8080 \
    dahlia/nicovideo-translator

Installation

You can install it using cabal:

$ cabal install nicovideo-translator

Aliasing nmsg.nicovideo.jp to localhost

To make the translator to intercept comments from Nico Nico comment server, you have to alias Nico Nico comment server domain (nmsg.nicovideo.jp) to your localhost (127.0.0.1). Open your hosts file using text editor (you probably need administrator permission), and then add the following line:

127.0.0.1    nmsg.nicovideo.jp

Proxy server

The translator behaves as a proxy server, so it has to be running while you watch Nico Nico videos. You can invoke the proxy server using CLI (you probably need administrator permission to listen 80 port):

$ nicovideo-translator EiP3NSgLid81OjSwpOMkgV0rzD9SLHRqwqUwx2r
Running on http://0.0.0.0:80/ (Press ^C to quit)
Upstream: nmsg.nicovideo.jp (202.248.110.173)

Note that it takes a Google Translate API key as its first argument.

You can terminate the server by pressing Ctrl-C.

It can optionally take the target language which is a two-letter e.g. en, ko through -l/--lang/--language option:

$ nicovideo-translator -l ko

Open source

It's written by Hong Minhee, and distributed under AGPLv3. You can find the source code from the Git repository:

$ git clone git://github.com/dahlia/nicovideo-translator

Please report bugs to the issue tracker if you find. Pull requests welcome!

nicovideo-translator's People

Contributors

dahlia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

sarguments

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.