Translating comments on Nico Nico Douga (ニコニコ動画).
Project description
Installation
You can install it using pip:
$ pip install niconico-translator
Aliasing msg.nicovideo.jp to localhost
To make the translator to intercept comments from Nico Nico comment server, you have to alias Nico Nico comment server domains (msg.nicovideo.jp, 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 msg.nicovideo.jp 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):
$ niconico-translator
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:
$ niconico-translator --language ko
Advanced use
If you have a WSGI fetish, you can utilize it as a WSGI application. It’s actually an ordinary WSGI application, you can serve it using your favorite WSGI server e.g. Gunicorn:
$ gunicorn "niconico_translator:App('en')"
Every instance of niconico_translator.App implements __call__() method, which is a WSGI application.
Open source
It’s written by Hong Minhee, and distributed under AGPLv3. You can find the source code from the repository (hg):
$ hg clone https://bitbucket.org/dahlia/niconico-translator
Please report bugs to the issue tracker if you find. Pull requests welcome!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file niconico-translator-0.1.5.tar.gz
.
File metadata
- Download URL: niconico-translator-0.1.5.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f398131d6e79876e4c1d72118d82d9c6499e4e54fb0144ec85a0ecea653e5901 |
|
MD5 | 37925a1b5f05b4ff872e565704df92a3 |
|
BLAKE2b-256 | 23a625fc2d6f5eeeb55d94d9f021ce8c9e5e581d0a6a48b630385b6537d47862 |
Provenance
File details
Details for the file niconico_translator-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: niconico_translator-0.1.5-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b3dd1a0aeec81e78ea2246b2dfc09e9993d06cb60ac2c6e57e533b41fcec494 |
|
MD5 | aab8ce837193187a1e729357ae74df90 |
|
BLAKE2b-256 | c43b1e0f774ea22681d66a5f0e6305b8dc113f24d3967f0a6cb4b25d75b86d30 |