Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

movie_crawler

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

movie_crawler

  • 0.2.2
  • Rubygems
  • Socket score

Version published
Maintainers
3
Created
Source

MovieInfo

Build Status

home: https://github.com/ChenLiZhan/SOA-Crawler

MovieInfo tries to grabs some information on the @movies

About

If you want check the movie schedule in Taiwan.And choose which to see at the weekend. The gem will provide you with the current films including first, second and recommend movie list. Also allowing you check the description and ranking list in the specific one.

0.2.1 new feature: add the function get_movie_info(movie_name) which will return the detail information of the movie if it is accessible from the atmovie.

Usage

This gem could be used as a command line utility or called from code

CLI:

movie_crawler

code example:

require 'movie_crawler'

movie_list = movies('FIRST_ROUND') # 'LATEST' or 'SECOND_ROUND'
puts movie_list

dvd_rank = dvd_rank
puts dvd_rank

Format

Ex :

title: "黑魔女:沉睡魔咒Maleficent"

story: "改編自經典童話《睡美人》,由曾因《阿凡達》、《魔境夢遊》獲得奧斯卡肯定的視覺特效羅伯特史東博格執導,安潔莉娜裘莉與艾兒芬妮分別飾演反派女巫與奧蘿拉公主。"

date: 5/30/14

runtime(minutes): '96'

trailer: http://app.atmovies.com.tw/movie/movie.cfm?action=trailer&film_id=fmus01587310

FAQs

Package last updated on 02 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc