All Projects → lafin → Ru Yts

lafin / Ru Yts

Licence: mit
Russian films provider for Popcorn Time

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ru Yts

Typographie
Web service for preparation of Russian texts for the web publication
Stars: ✭ 12 (-88.99%)
Mutual labels:  russian
Owasp Masvs
The Mobile Application Security Verification Standard (MASVS) is a standard for mobile app security.
Stars: ✭ 1,030 (+844.95%)
Mutual labels:  russian
Weblind.ru
Рекомендации по разработке сайтов для людей с нарушениями зрения
Stars: ✭ 83 (-23.85%)
Mutual labels:  russian
Zstore
Программа для складского учета с веб интерфейсом
Stars: ✭ 32 (-70.64%)
Mutual labels:  russian
Daily Hero
The bot that sends daily closed issues digest to our team
Stars: ✭ 38 (-65.14%)
Mutual labels:  russian
Redux React I18n
An i18n solution for React/Redux and React Native projects
Stars: ✭ 64 (-41.28%)
Mutual labels:  russian
Jsraccoon
Советы по верстке и программированию на JavaScript – http://jsraccoon.ru
Stars: ✭ 826 (+657.8%)
Mutual labels:  russian
Russian Roulette
🍀 You want to push your luck? ... Go ahead and try your best with this CLI russian roulette! 💥
Stars: ✭ 92 (-15.6%)
Mutual labels:  russian
Pythonz
Место, где делают pythonz.net
Stars: ✭ 43 (-60.55%)
Mutual labels:  russian
Russian news corpus
Russian mass media stemmed texts corpus / Корпус лемматизированных (морфологически нормализованных) текстов российских СМИ
Stars: ✭ 76 (-30.28%)
Mutual labels:  russian
Mldm
потоковый курс "Машинное обучение и анализ данных (Machine Learning and Data Mining)" на факультете ВМК МГУ имени М.В. Ломоносова
Stars: ✭ 35 (-67.89%)
Mutual labels:  russian
Guide2011 3
Гайд по сокету LGA2011-3 и в целом по платформе Intel X99
Stars: ✭ 37 (-66.06%)
Mutual labels:  russian
Zapret
Обход DPI в linux
Stars: ✭ 1,148 (+953.21%)
Mutual labels:  russian
Ifml2
IFML 2.0 (Interactive Fiction Markup Language) - interactive fiction platform based on Russian
Stars: ✭ 12 (-88.99%)
Mutual labels:  russian
React Ru Interview Questions
Здесь собраны самые популярные вопросы, задаваемые на русскоязычных собеседованиях разработчика React.js, и ответы на них. Тематика вопросов включает в себя как основы JavaScript и веб-технологий так и глубокое понимание работы React.js
Stars: ✭ 86 (-21.1%)
Mutual labels:  russian
Rhasspy
Rhasspy voice assistant for offline home automation
Stars: ✭ 851 (+680.73%)
Mutual labels:  russian
Zeus
NOT MY CODE! Zeus trojan horse - leaked in 2011, I am not the author. This repository is for study purposes only, do not message me about your lame hacking attempts.
Stars: ✭ 1,043 (+856.88%)
Mutual labels:  russian
Yoptascript
Скриптовый язык программирования для гопников и реальных пацанов
Stars: ✭ 1,315 (+1106.42%)
Mutual labels:  russian
Vvedenie Mashinnoe Obuchenie
📝 Подборка ресурсов по машинному обучению
Stars: ✭ 1,282 (+1076.15%)
Mutual labels:  russian
Rustycrate.ru
Русскоязычный сайт о языке программирования Rust
Stars: ✭ 72 (-33.94%)
Mutual labels:  russian

Russian films provider for Popcorn Time

Build Status


Install

Need install Docker

$ mkdir yts && cd yts && mkdir db log
$ curl -O https://raw.githubusercontent.com/lafin/ru-yts/master/docker-compose.x86_64.yml
$ docker-compose -f docker-compose.x86_64.yml up

Update

$ cd yts && rm -rf ./log/* ./db/*
$ docker-compose -f docker-compose.x86_64.yml pull
$ docker-compose -f docker-compose.x86_64.yml up

If you want to add many films

$ docker run --rm --link yts_mongo_1:mongo lafin/ru-yts:x86_64 --only-worker -c 3
  • yts_mongo_1 - name of docker container for mongodb (you can see list containers use the command docker-compose -f docker-compose.x86_64.yml ps just find Name with *_mongo_1)
  • -c count page (I'm not recommend set more then 100) by default 1
  • you can set number of page from which start parsing with use the -s by default 1
  • you can set ttl --ttl by default 86400 seconds
  • you can set socks5 proxy --socks5

Setup

Download last version Popcorn Time here Into the setting of Popcorn Time need set address for you yts server (eg. Movie API Endpoint: http://127.0.0.1:3000/)

Contributors

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].