getmovieinfo


Namegetmovieinfo JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/crvideo/MovieInfo
SummaryPackage to search specific video or keyword on a set of av websites
upload_time2022-12-04 14:23:17
maintainer
docs_urlNone
authorcrvidoeVR
requires_python>=3.7,<4.0
licenseMIT
keywords movie scaper torrent scaper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MovieInfo

MovieInfo is a tool to search specific number or keyword from a set of av and get information of videos and output json. This json is use for a discord bot or automation torrent download.


### Installation

```bash
pip install getmovieinfo
```

### Requirements

#### python packages
- python = "^3.7"
- selenium = "^4.1.3"
- requests = "^2.27.1"
- lxml = "^4.8.0"
- argparse = "^1.4.0"
- jsons = "^1.6.1"
- secrets

#### other packages

- firefox
- [geckodriver](https://github.com/mozilla/geckodriver)

### Usage

```bash
MovieInfo --number SSIS-356

MovieInfo --keyword 涼森れむ
```


#### Parameters

- --number
  - Specify a video number
- --keyword
  - SPecify a keyword
- --cache_dir
  - specify a dir to store the result json


# License

This project is licensed under the MIT License


# Acknowledgement

This project is based on [Movie_data_Capture](https://github.com/yoshiko2/Movie_Data_Capture). 

I implement a keyword searching and standardize the infomation extractor from html.

I update crawler to substitue python requests;

Selenium is great at loading js on a web and enable the extracttion of torrent/magnet infomation. However this slows each request very much. Pay attention if you use this script to do massive query.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/crvideo/MovieInfo",
    "name": "getmovieinfo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "movie,scaper,torrent scaper",
    "author": "crvidoeVR",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ed/a8/5bde111f28e8ee78d659193912db60fd9c9d4e397672633800ef1fb9c115/getmovieinfo-0.1.6.tar.gz",
    "platform": null,
    "description": "# MovieInfo\n\nMovieInfo is a tool to search specific number or keyword from a set of av and get information of videos and output json. This json is use for a discord bot or automation torrent download.\n\n\n### Installation\n\n```bash\npip install getmovieinfo\n```\n\n### Requirements\n\n#### python packages\n- python = \"^3.7\"\n- selenium = \"^4.1.3\"\n- requests = \"^2.27.1\"\n- lxml = \"^4.8.0\"\n- argparse = \"^1.4.0\"\n- jsons = \"^1.6.1\"\n- secrets\n\n#### other packages\n\n- firefox\n- [geckodriver](https://github.com/mozilla/geckodriver)\n\n### Usage\n\n```bash\nMovieInfo --number SSIS-356\n\nMovieInfo --keyword \u6dbc\u68ee\u308c\u3080\n```\n\n\n#### Parameters\n\n- --number\n  - Specify a video number\n- --keyword\n  - SPecify a keyword\n- --cache_dir\n  - specify a dir to store the result json\n\n\n# License\n\nThis project is licensed under the MIT License\n\n\n# Acknowledgement\n\nThis project is based on [Movie_data_Capture](https://github.com/yoshiko2/Movie_Data_Capture). \n\nI implement a keyword searching and standardize the infomation extractor from html.\n\nI update crawler to substitue python requests;\n\nSelenium is great at loading js on a web and enable the extracttion of torrent/magnet infomation. However this slows each request very much. Pay attention if you use this script to do massive query.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Package to search specific video or keyword on a set of av websites",
    "version": "0.1.6",
    "split_keywords": [
        "movie",
        "scaper",
        "torrent scaper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d756bcf9ee446515855ee8492c664c4f",
                "sha256": "81caf3c7ddf307ae0d5d6932421b73ed35333fad85bd15cd1759785b472ab54a"
            },
            "downloads": -1,
            "filename": "getmovieinfo-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d756bcf9ee446515855ee8492c664c4f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 36484,
            "upload_time": "2022-12-04T14:23:16",
            "upload_time_iso_8601": "2022-12-04T14:23:16.276919Z",
            "url": "https://files.pythonhosted.org/packages/a0/13/e13b79123bacc34b3cccc019e35e62338bb6b78a217ba57bc96101db4f08/getmovieinfo-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b7e5595c66c41fd5a0096ba5a2b4f623",
                "sha256": "7575633c23c0c0bace26bbfab88553212dad88f7023bca7d595f9ac4d61ad65a"
            },
            "downloads": -1,
            "filename": "getmovieinfo-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "b7e5595c66c41fd5a0096ba5a2b4f623",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 25196,
            "upload_time": "2022-12-04T14:23:17",
            "upload_time_iso_8601": "2022-12-04T14:23:17.440534Z",
            "url": "https://files.pythonhosted.org/packages/ed/a8/5bde111f28e8ee78d659193912db60fd9c9d4e397672633800ef1fb9c115/getmovieinfo-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-04 14:23:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "crvideo",
    "github_project": "MovieInfo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "getmovieinfo"
}
        
Elapsed time: 0.01409s