{ "info": { "author": "Sartaj Singh", "author_email": "singhsartaj94@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2.7" ], "description": "Tvstats\n*******\nScrape data of all the episodes of a Tv Series from IMDB.\n\nInstallation\n============\nRun\n::\n\n python setup.py install\n\nDependencies\n============\ntvstats is based on Python 2.7. Requires ``BeautifulSoup4`` for parsing, ``requests`` for downloading html.\n``Matplotlib`` is required(optional) for using graph module.\n\nUsage\n=====\nRun the simple command\n::\n\n tvstats url\n\nto generate json data.\nURL should point to homepage of a tv series. eg. http://www.imdb.com/title/tt0108778/?ref_=fn_al_tt_1\n\nFor options and help run\n::\n\n tvstats -h\n\nWhy?\n====\nHere are my reasons:\n\n* I was bored and had time to kill.\n* I love watching Tv Series. Thought it would be good to analyse some data\n before starting a new one.\n* Graphs are fun.\n* Lastly, I wanted to test out ``BeautifulSoup4`` :).\n\nIssues, Bugs, Graphs?\n=====================\n.. |issues| replace:: https://github.com/leosartaj/tvstats/issues\n\nLet me knwow about the issues at |issues|. Feel free to add new graphs or improve.\n\nExamples\n========\n.. _here: https://github.com/leosartaj/tvstats/tree/master/data/jsonData\n.. _Graphs: https://github.com/leosartaj/tvstats/tree/master/data/graphs\n\nAll the datasets can be found here_. Graphs_ were made using ``graph`` function in 'graph.py'.\n\nFriends\n-------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/friends.png\n\nGame Of Thrones\n---------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/gameOfThrones.png\n\nBreaking Bad\n-------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/breakingBad.png\n\nThe Big Bang Theory\n-------------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/tbbt.png\n\nHow I Met Your Mother\n---------------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/himym.png\n\nPrison Break\n------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/prisonBreak.png\n\nHannibal\n---------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/hannibal.png\n\nSuits\n------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/suits.png\n\nDexter\n------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/dexter.png\n\nArrow\n------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/arrow.png\n\nPerson Of Interest\n------------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/personOfInterest.png\n\nHomeland\n---------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/homeland.png\n\nHouse Of Cards\n--------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/houseOfCards.png\n\nHow to Get Away With Murder\n----------------------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/howToGetAwayWithMurder.png\n\nOrange Is The New Black\n-----------------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/orangeIsTheNewBlack.png\n\nShameless\n---------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/shameless.png\n\nSons Of Anarchy\n----------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/sonsOfAnarchy.png\n\nSpartacus\n---------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/spartacus.png\n\nThe Walking Dead\n-----------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/theWalkingDead.png\n\nVikings\n-------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/vikings.png\n\nFlash\n------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/flash.png\n\nThe Wire\n--------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/theWire.png\n\nContinuum\n---------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/continuum.png\n\nLost\n----\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/lost.png\n\nThe Sopranos\n------------\n\n.. image:: https://raw.githubusercontent.com/leosartaj/tvstats/master/data/graphs/theSopranos.png\n\n\nReleases\n********", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/leosartaj/tvstats", "keywords": "tv tvseries series IMBD scrape crawl", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "tvstats", "package_url": "https://pypi.org/project/tvstats/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tvstats/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/leosartaj/tvstats" }, "release_url": "https://pypi.org/project/tvstats/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Scrape data of all the episodes of a Tv Series from IMDB", "version": "0.0.2" }, "last_serial": 1614214, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "39b97a59a640f53ce25e95a3e887e3a0", "sha256": "a8370f062a5bf6ab66679a1e174f8364939c93ff3a8c64375826ef5e8a39a0ba" }, "downloads": -1, "filename": "tvstats-0.0.2.tar.gz", "has_sig": false, "md5_digest": "39b97a59a640f53ce25e95a3e887e3a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5619, "upload_time": "2015-07-01T01:55:28", "url": "https://files.pythonhosted.org/packages/95/d4/d012632001c7bd791086957bb134b1964da265c44688bcaaea0b55466bc9/tvstats-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "39b97a59a640f53ce25e95a3e887e3a0", "sha256": "a8370f062a5bf6ab66679a1e174f8364939c93ff3a8c64375826ef5e8a39a0ba" }, "downloads": -1, "filename": "tvstats-0.0.2.tar.gz", "has_sig": false, "md5_digest": "39b97a59a640f53ce25e95a3e887e3a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5619, "upload_time": "2015-07-01T01:55:28", "url": "https://files.pythonhosted.org/packages/95/d4/d012632001c7bd791086957bb134b1964da265c44688bcaaea0b55466bc9/tvstats-0.0.2.tar.gz" } ] }