{ "info": { "author": "Dillon Dixon", "author_email": "dillondixon@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Facebook Chat Archive Parser\n============================\n\n|PyPI Version| |Python Versions| |Build Status|\n\nA small tool and library for parsing chat history from a Facebook data\narchive into more usable formats.\n\nWhat is a \"Facebook Chat Archive\"?\n----------------------------------\n\nFacebook Messenger records all your conversation history since your account's creation.\nThere are two options for history retrieval:\n\n1. Create a scraper that constantly \"scrolls up\" in the conversation\n window you're interested in (or simulates that with API calls),\n progressively getting more of your chat history.\n\n2. Ask Facebook for a zip archive of *all* your data\n `here `__ .\n\nThe second option is the only practical way to obtain *everything* in a\ntimely manner.\n\nWhat does Facebook give me in this zip archive?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThe zip archive contains everything you've ever posted to Facebook,\nincluding: pictures, videos, posts. etc along with chat messages.\n\nYour chat history comes in a single HTML page titled ``messages.htm``.\nUnfortunately, the data is unordered and impossible to load into\na web browser since it can be hundreds of megabytes. The only way to analyze\nthe content is through parsing the file.\n\n**UPDATE:** As of October 2017, ``messages.htm`` just acts as a manifest\nfor the contents of a directory called ``messages/``. The formatting is\nalmost identical to before but with each thread in its own file now.\nAll files are required to use this tool.\n\nWhy would I ever want my Facebook chat history?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nHere are some reasons you may want to parse your Facebook chat\nhistory:\n\n1. To make a simulation of your friends using `Markov\n chains `__.\n2. To keep a record of your conversations when deleting your Facebook account.\n3. To analyze a copy of your conversations for legal reasons.\n\nHere comes the Facebook Chat Archive Parser!\n--------------------------------------------\n\nThe Facebook Chat Archive Parser is a command line tool (and library for\nadvanced users) used to easily transform your ``messages.htm`` file into\na useful format.\n\nHow do I get it?\n~~~~~~~~~~~~~~~~\n\nInstall the Facebook Chat Archive Parser via ``pip`` under\nPython 2.7 or newer:\n\n.. code:: bash\n\n pip install fbchat-archive-parser\n\nIf you already have an older version installed, you can upgrade to the latest with the following command:\n\n.. code:: bash\n\n pip install --upgrade fbchat-archive-parser\n\nHow does it work?\n~~~~~~~~~~~~~~~~~\n\nUnder the ``html/`` folder simply run the command ``fbcap`` in your terminal with your\n``messages.htm`` file as the argument.\n\n.. code:: bash\n\n fbcap messages ./messages.htm\n\nAnd watch as the parser sifts through your data!\n\n.. figure:: https://i.imgur.com/HTChSxj.png\n :alt: Processing png\n\nWhen it's done, your conversation history is dumped to\n``stdout``. This can be very long. Here is an example:\n\n.. figure:: http://i.imgur.com/ZgHjUST.png\n :alt: Results\n\nWhat if I want JSON?\n~~~~~~~~~~~~~~~~~~~~\n\nSimply supply the ``-f json`` option to the command line:\n\n.. code:: bash\n\n fbcap messages ./messages.htm -f json\n\nOr if you want pretty formatted JSON:\n\n.. code:: bash\n\n fbcap messages ./messages.htm -f pretty-json\n\nThe output format is as follows (messages are ordered from oldest to newest).\n\n.. code:: json\n\n {\n \"threads\": [\n {\n \"participants\": [\"participant_0\", \"...\", \"participant_n\"],\n \"messages\": [\n {\n \"date\": \"ISO 8601 formatted date\",\n \"sender\": \"sender name\",\n \"message\": \"message text\"\n },\n \"...\"\n ]\n },\n \"...\"\n ]\n }\n\nHow about CSV?\n~~~~~~~~~~~~~~\n\nOf course!\n\n.. code:: bash\n\n fbcap messages ./messages.htm -f csv\n\n.. code:: text\n\n thread,sender,date,message\n Third User,Third User,2013-10-04T15:05Z,1\n Third User,Third User,2013-10-04T15:05Z,2\n Third User,Third User,2013-10-04T15:05Z,3\n Third User,First User,2013-10-04T15:05Z,4\n Third User,Third User,2013-10-04T15:06Z,5\n Third User,First User,2013-10-04T15:07Z,6\n Third User,First User,2013-10-04T15:07Z,7\n Second User,Second User,2013-10-04T15:04Z,X Y Z\n Second User,Second User,2013-10-04T15:05Z,X? Y Z!\n Second User,Second User,2013-10-04T15:05Z,This is a test\n Second User,Second User,2013-10-04T15:05Z,\"Yes, it is\"\n Second User,Second User,2013-10-04T15:05Z,The last message!\n \"Second User, Third User\",Third User,2013-10-04T15:05Z,1\n \"Second User, Third User\",Third User,2013-10-04T15:05Z,2\n ...\n\nWhat about YAML?\n~~~~~~~~~~~~~~~~\n\nFor sure!\n\n.. code:: bash\n\n fbcap messages ./messages.htm -f yaml\n\n.. code:: text\n\n user: First User\n threads:\n - participants:\n - Second User\n - Third User\n messages:\n - date: 2013-10-04T22:05-07:00\n message: '1'\n sender: Third User\n - date: 2013-10-04T22:05-07:00\n message: '2'\n sender: Third User\n - date: 2013-10-04T22:05-07:00\n message: '3'\n sender: Third User\n ...\n\nWhat if I want to see some statistics?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nYou can see many statistics regarding your Facebook chat history via the ``stats`` subcommand in many different formats.\n\n.. code:: bash\n\n fbcap stats ./messages.htm -f text\n\n.. figure:: http://i.imgur.com/Dwzevxu.png\n :alt: stats image\n\nSee the ``--help`` menu for instructions on how to control what appears in the stats.\n\n.. code:: text\n\n $ fbcap stats --help\n Usage: fbcap stats [OPTIONS] PATH\n\n Analysis of Facebook chat history.\n\n Options:\n -f, --format [json|pretty-json|text|yaml]\n Format to output stats as (default: text).\n -c, --count-size INTEGER Number of most frequent words to include in\n output (-1 for no limit / default 10)\n -l, --length INTEGER Number threads to include in the output\n [--fmt text only] (-1 for no limit / default\n 10)\n -r, --resolve [BETA] Resolve profile IDs to names by\n connecting to Facebook\n -p, --noprogress Do not show progress output\n -n, --nocolor Do not colorize output\n -u, --utc Use UTC timestamps in the output\n -z, --timezones TEXT Timezone disambiguators\n (TZ=OFFSET,[TZ=OFFSET[...]])\n --help Show this message and exit.\n\nHow do I get any of the above into a file?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nUse standard file redirects.\n\n.. code:: bash\n\n fbcap messages ./messages.htm > my_file.txt\n\nCan I get each conversation into a separate file?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nUse the ``-d`` directive to send the output to a directory instead.\n\n.. code:: bash\n\n fbcap messages ./messages.htm -d some/random/directory\n\nThis will create a file per conversation titled ``thread_#.ext`` where # is the conversation number and ext is the extension of the format (e.g. ``json``). A ``manifest.txt`` file is also created, which lists the participants in each thread number for navigational/search purposes.\n\nWhat if I only want to parse out a specific conversation?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nYou can use the ``-t`` option to specify a particular conversation/thread you want to output. Just provide a comma-separated set of names. If you don't remember a last name (or the first name), the system will try to compensate.\n\n.. code:: bash\n\n fbcap messages ./messages.htm -t second\n\n.. figure:: http://i.imgur.com/3FbWIN7.png\n :alt: filter second\n\n.. code:: bash\n\n fbcap messages ./messages.htm -t second,third\n\n.. figure:: http://i.imgur.com/IJzD1LE.png\n :alt: filter second and third\n\nWhat happens to my messages that are pictures?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nAs of January 2018, Facebook seems to be including referenced images in download archives. Image\nmessages will be converted to text references in the following format:\n``(image reference: messages/photos/.jpg)``\n\nWhat else can I do?\n===================\n\nTake a look at the help options to find out more!\n\n.. code:: text\n\n $ fbcap messages --help\n Usage: fbcap messages [OPTIONS] PATH\n\n Conversion of Facebook chat history.\n\n Options:\n -f, --format [csv|json|pretty-json|text|yaml]\n Format to convert to.\n -t, --thread TEXT Only include threads involving exactly the\n following comma-separated participants in\n output (-t 'Billy,Steve Smith')\n -d, --directory PATH Write all output as a file per thread into a\n directory (subdirectory will be created)\n -r, --resolve [BETA] Resolve profile IDs to names by\n connecting to Facebook\n -p, --noprogress Do not show progress output\n -n, --nocolor Do not colorize output\n -u, --utc Use UTC timestamps in the output\n -z, --timezones TEXT Timezone disambiguators\n (TZ=OFFSET,[TZ=OFFSET[...]])\n --help Show this message and exit.\n\nTroubleshooting\n===============\n\nWhy do some names appear as @facebook.com?\n-------------------------------------------------------\n\nFacebook seems to randomly swap names for IDs. As of late, this seems to be much less of an issue. Nevertheless, if you are experiencing this issue, the parser can resolve the names via Facebook with the ``--resolve`` flag. Keep in mind, this is a beta feature and may not work perfectly.\n\n.. code:: text\n\n $ fbcap messages ./messages.htm -t second --resolve\n Facebook username/email: facebook_username\n Facebook password:\n\nThis requires your Facebook credentials to get accurate results. This is a direct connection between your computer and Facebook.\nYour credentials are not relayed through any servers. Please look at the code if you are feeling paranoid or skeptical :)\n\nWhy are some of my chat threads missing?\n----------------------------------------\n\nThis is a mysterious issue on Facebook's end. From anecdotal evidence, it seems that what gets returned in your chat archive is generally conversations with people who you have most recently talked to. Fortunately, it always seems to be the complete history for each conversation and nothing gets truncated.\n\nAs of late, it seems like Facebook has fixed this issue on their end and it is now far less of an issue.\n\nWhy are repeated names not showing?\n-----------------------------------\n\nMultiple users with equal names in group chats are shown as a single user. This has to do with Facebook's presentation of names in the message files, which doesn't make this distinction.\n\nThis cannot be remedied unless Facebook fixes the problem.\n\n.. |PyPI Version| image:: https://badge.fury.io/py/fbchat_archive_parser.svg\n :target: https://pypi.org/project/fbchat_archive_parser/\n\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/fbchat-archive-parser.svg\n :target: https://github.com/ownaginatious/fbchat-archive-parser/blob/master/setup.py\n\n.. |Build Status| image:: https://travis-ci.org/ownaginatious/fbchat-archive-parser.svg?branch=master\n :target: https://travis-ci.org/ownaginatious/fbchat-archive-parser\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ownaginatious/fbchat-archive-parser", "keywords": "facebook", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fbchat_archive_parser", "package_url": "https://pypi.org/project/fbchat_archive_parser/", "platform": "", "project_url": "https://pypi.org/project/fbchat_archive_parser/", "project_urls": { "Homepage": "https://github.com/ownaginatious/fbchat-archive-parser" }, "release_url": "https://pypi.org/project/fbchat_archive_parser/2.0.0.post2/", "requires_dist": null, "requires_python": "", "summary": "A library/command line utility for parsing Facebook chat history", "version": "2.0.0.post2" }, "last_serial": 3749872, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "756d84e8fdf6736b93e23974e8f645a2", "sha256": "9faf61486d56ad3713516779eb7e95768a0525a12c9ffc9f7cce76050b1b422c" }, "downloads": -1, "filename": "fbchat_archive_parser-0.1.tar.gz", "has_sig": false, "md5_digest": "756d84e8fdf6736b93e23974e8f645a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6300, "upload_time": "2016-01-25T22:21:27", "url": "https://files.pythonhosted.org/packages/03/e2/e4b166eadbee038dc6a27fc26c0e60d19a799b66251421622850a8cfe203/fbchat_archive_parser-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "cdff0bd98428825615ea1bb216393048", "sha256": "8fb0b5bd01f2ca3382dca784e0d0dddb3e63c3508d8ce82d141aa045ccad0b81" }, "downloads": -1, "filename": "fbchat_archive_parser-0.2.tar.gz", "has_sig": false, "md5_digest": "cdff0bd98428825615ea1bb216393048", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9222, "upload_time": "2016-01-25T22:32:37", "url": "https://files.pythonhosted.org/packages/09/67/8db150ccb744847bf5a3dd1715088e2968449b2e57aa8d4055d038806b71/fbchat_archive_parser-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "b8fdf8dbe285580b36cc250cdff7865f", "sha256": "78f5cefb2bb346fd3497347c2f1aa87436d9b0047a8547935e2c289d02d0d3d7" }, "downloads": -1, "filename": "fbchat_archive_parser-0.3.tar.gz", "has_sig": false, "md5_digest": "b8fdf8dbe285580b36cc250cdff7865f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9463, "upload_time": "2016-01-29T02:12:07", "url": "https://files.pythonhosted.org/packages/7c/26/23da4d3dda17757d461d1f37c0f9a8b474be0265774589820524e8749e56/fbchat_archive_parser-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "8f126cf8e68a0f477fe66e3f2d84f4e3", "sha256": "a6f5bd9d78f8c3e4e9a7aff6848953832a109fc9422b50ef79311af56bab23fa" }, "downloads": -1, "filename": "fbchat_archive_parser-0.3.1.tar.gz", "has_sig": false, "md5_digest": "8f126cf8e68a0f477fe66e3f2d84f4e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9586, "upload_time": "2016-02-09T21:59:09", "url": "https://files.pythonhosted.org/packages/d5/51/6cda5f0c80df44021834835f27606c21c567c411054bc1d13f46d7bb3549/fbchat_archive_parser-0.3.1.tar.gz" } ], "0.3.post2": [ { "comment_text": "", "digests": { "md5": "cd67aa444312041c83106830aa3be937", "sha256": "94d3112a703aa3c85aa9513deb69d37dc68729493a339b3e298b2553ff4b1016" }, "downloads": -1, "filename": "fbchat_archive_parser-0.3.post2.tar.gz", "has_sig": false, "md5_digest": "cd67aa444312041c83106830aa3be937", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25531, "upload_time": "2016-04-23T01:03:30", "url": "https://files.pythonhosted.org/packages/8d/16/d14625857e1b444f6c16a8dba728985db703ff72a5b3350a22c22951ebe5/fbchat_archive_parser-0.3.post2.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "d369eec4a23b3378830389416d4c4189", "sha256": "c5b6f6d07c501ac992cf9c90ffe29e71e41858b93ad090527be1269d25ea781c" }, "downloads": -1, "filename": "fbchat_archive_parser-0.4.tar.gz", "has_sig": false, "md5_digest": "d369eec4a23b3378830389416d4c4189", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25533, "upload_time": "2016-04-23T01:05:28", "url": "https://files.pythonhosted.org/packages/7f/ce/733e280ddf14e8a44bd3f7df754f47bb784aa1e05b80df4543326f19cf28/fbchat_archive_parser-0.4.tar.gz" } ], "0.4.post1": [ { "comment_text": "", "digests": { "md5": "575c5608ea4e58dd7f4633fd0984361b", "sha256": "97614a8d1070dffe8b89575674d538d4ec87e46b9ceb4872e8359ed1abf70cb1" }, "downloads": -1, "filename": "fbchat_archive_parser-0.4.post1.tar.gz", "has_sig": false, "md5_digest": "575c5608ea4e58dd7f4633fd0984361b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25656, "upload_time": "2016-05-13T20:22:51", "url": "https://files.pythonhosted.org/packages/50/3a/3d1950bafa63d019fd00f49819a22968dce71db9972558f938dba50f1ad0/fbchat_archive_parser-0.4.post1.tar.gz" } ], "0.4.post2": [ { "comment_text": "", "digests": { "md5": "e9c00279784095f2f469a668ba01f247", "sha256": "c513c357e38d21077aa7e7d94e2a72e86a8a5518c6c785fbf03c68eb65149dae" }, "downloads": -1, "filename": "fbchat_archive_parser-0.4.post2.tar.gz", "has_sig": false, "md5_digest": "e9c00279784095f2f469a668ba01f247", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25662, "upload_time": "2016-05-13T21:02:10", "url": "https://files.pythonhosted.org/packages/a3/e8/adb94644fdc7243e4b3051ad12465096c7e02a092d4efc2ebd19dcdbf64c/fbchat_archive_parser-0.4.post2.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "6eded347ed7fca5d05fc19b9856a2751", "sha256": "ebd7f9c5b0deaa676381a4da70491ef4d7d74756c638c71bf283b8f9a42af245" }, "downloads": -1, "filename": "fbchat_archive_parser-0.5.tar.gz", "has_sig": false, "md5_digest": "6eded347ed7fca5d05fc19b9856a2751", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25759, "upload_time": "2016-05-13T22:27:26", "url": "https://files.pythonhosted.org/packages/64/56/83dc1d7a1cb8227e79bbab6f58569b9cb2aa8926cc91267fa9b3b2b23396/fbchat_archive_parser-0.5.tar.gz" } ], "0.5.post4": [ { "comment_text": "", "digests": { "md5": "57d4cc536dc6bf698c4955f9deb3bd05", "sha256": "59168aaabde32076ac9a97a0afcb49abad8ce4644bccb6d5415f593f64ebaae4" }, "downloads": -1, "filename": "fbchat_archive_parser-0.5.post4.tar.gz", "has_sig": false, "md5_digest": "57d4cc536dc6bf698c4955f9deb3bd05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25819, "upload_time": "2016-05-13T23:51:19", "url": "https://files.pythonhosted.org/packages/e5/77/fcb29520f116a89f5d1c1020cd3805baf58c805362cb7642a189ff2c7767/fbchat_archive_parser-0.5.post4.tar.gz" } ], "0.5.post6": [ { "comment_text": "", "digests": { "md5": "afbaeebf2313a964400b9736f3100eb8", "sha256": "1f7ebf4a38681fba71fe476c8cc82a2af02359f094202cc05e70b0fcabfd1a5c" }, "downloads": -1, "filename": "fbchat_archive_parser-0.5.post6.tar.gz", "has_sig": false, "md5_digest": "afbaeebf2313a964400b9736f3100eb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25966, "upload_time": "2016-05-15T17:38:22", "url": "https://files.pythonhosted.org/packages/69/b0/7fc8df6bcda5ce96077c40d465b2d4bd0335e59c7f3041c94db4cabf18f8/fbchat_archive_parser-0.5.post6.tar.gz" } ], "0.6.post1": [ { "comment_text": "", "digests": { "md5": "fee32672913834102a4f779751dc6f4a", "sha256": "374611de5da3cc5b0f8a3f94b9bbbf9a9b4805bcd02f9b32e83a6a3faea305f3" }, "downloads": -1, "filename": "fbchat_archive_parser-0.6.post1.tar.gz", "has_sig": false, "md5_digest": "fee32672913834102a4f779751dc6f4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26417, "upload_time": "2016-05-16T20:07:12", "url": "https://files.pythonhosted.org/packages/ac/57/270f2f9646c33c08efabc0fa940ae83d4754a50ff85dc7c07227ec464e72/fbchat_archive_parser-0.6.post1.tar.gz" } ], "0.6.post2": [ { "comment_text": "", "digests": { "md5": "4b0e171e82a83ecfa9c798092b6340b1", "sha256": "7cf3dae07a103427c540a0d895afaf7991c3cd493afd8a8011c1f5f517be7131" }, "downloads": -1, "filename": "fbchat_archive_parser-0.6.post2.tar.gz", "has_sig": false, "md5_digest": "4b0e171e82a83ecfa9c798092b6340b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26462, "upload_time": "2016-05-17T22:06:21", "url": "https://files.pythonhosted.org/packages/8d/f7/7bebb913036f6cc91fe16c9c71c4353eebd7d5749e7e8dd26570b9a8fb40/fbchat_archive_parser-0.6.post2.tar.gz" } ], "0.6.post3": [ { "comment_text": "", "digests": { "md5": "80c17d1e1fbab028acfc690d93bc050e", "sha256": "f939bb86b74b4817381b4944d26552606557caecaab4e981de84de714f963052" }, "downloads": -1, "filename": "fbchat_archive_parser-0.6.post3.tar.gz", "has_sig": false, "md5_digest": "80c17d1e1fbab028acfc690d93bc050e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26492, "upload_time": "2016-05-17T23:07:39", "url": "https://files.pythonhosted.org/packages/42/06/7d89e45f745cc22207f000e961250d4afeef30fd3352194bf3b13208f6a1/fbchat_archive_parser-0.6.post3.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "5fd9b96fac7c89425c8935e79f98f7d4", "sha256": "55269347e9bd2a6ec5840aa9572677200c2fdb41a2431cd9cc7c1da36c8b197e" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.tar.gz", "has_sig": false, "md5_digest": "5fd9b96fac7c89425c8935e79f98f7d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27573, "upload_time": "2016-08-06T00:36:44", "url": "https://files.pythonhosted.org/packages/f3/06/f5fccd3b85f762afd5c7ec0ec5788dd5f7f899ccc94d2662f757f360e756/fbchat_archive_parser-0.7.tar.gz" } ], "0.7.post1": [ { "comment_text": "", "digests": { "md5": "bc32ea4045ad2fd1c3ad9626226def92", "sha256": "4a16cfa3f5d9fafabe99c4fa5ba33f85791453b65cc5d9db3f600120e6d39e7d" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post1.tar.gz", "has_sig": false, "md5_digest": "bc32ea4045ad2fd1c3ad9626226def92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27595, "upload_time": "2016-08-09T04:05:26", "url": "https://files.pythonhosted.org/packages/85/1e/de13c177431b762aa4a82fe292e41248c4f5625417fdd391f994dc0457e6/fbchat_archive_parser-0.7.post1.tar.gz" } ], "0.7.post10": [ { "comment_text": "", "digests": { "md5": "8089e9d949ed2086e2c413c899c1572e", "sha256": "6902faa3d3bbfb0aa4e2ba427b89f592b9bd343a86854892b2e8dcfc377853b3" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post10.tar.gz", "has_sig": false, "md5_digest": "8089e9d949ed2086e2c413c899c1572e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29631, "upload_time": "2016-09-22T20:25:32", "url": "https://files.pythonhosted.org/packages/80/21/6175e57ce4e26ba0b800b7f2a995f5ff122a2129e04e81ff95ed63829063/fbchat_archive_parser-0.7.post10.tar.gz" } ], "0.7.post12": [ { "comment_text": "", "digests": { "md5": "788fc890948fb7c65a252cb6166e8fca", "sha256": "1b2dc64a3f43d78379696e843096bab9263d683b235e2e6aeefdfc4ebfa13142" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post12.tar.gz", "has_sig": false, "md5_digest": "788fc890948fb7c65a252cb6166e8fca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30247, "upload_time": "2016-09-22T21:33:36", "url": "https://files.pythonhosted.org/packages/9e/db/0615b94f0893091d3958683e2ef7853acd800ad04d9dd3477df4b4252b6b/fbchat_archive_parser-0.7.post12.tar.gz" } ], "0.7.post15": [ { "comment_text": "", "digests": { "md5": "876acaf3b97f92bfd98aab9cb7e913fa", "sha256": "344dc5e8a9067ba529667e9f9f6dfa1b158efcb452309cd64a674bd0743f0e79" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post15.tar.gz", "has_sig": false, "md5_digest": "876acaf3b97f92bfd98aab9cb7e913fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30036, "upload_time": "2016-10-09T14:23:05", "url": "https://files.pythonhosted.org/packages/37/12/e516adc188a43b7b6e5d1e74b4663cae4aacfa847f0b23c73c9bc8eb5b94/fbchat_archive_parser-0.7.post15.tar.gz" } ], "0.7.post16": [ { "comment_text": "", "digests": { "md5": "3446e5486d097020bd0f641fc4c579ab", "sha256": "5971a49d06bb8216ff4bba463fe0cb297c2c37a3791d5d35ca7ed41af2853746" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post16.tar.gz", "has_sig": false, "md5_digest": "3446e5486d097020bd0f641fc4c579ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29957, "upload_time": "2016-10-25T01:22:00", "url": "https://files.pythonhosted.org/packages/5c/88/5b696d2dd42b6388437d57d276ec6bef9ec64c03173ef6a4f99997adb0f9/fbchat_archive_parser-0.7.post16.tar.gz" } ], "0.7.post2": [ { "comment_text": "", "digests": { "md5": "e0ab8707c760f9461962cab37ed4bdfa", "sha256": "3ddea2d48e92e02b42ee4e464e4afa29f8e9532b417890547a4db257794a5074" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post2.tar.gz", "has_sig": false, "md5_digest": "e0ab8707c760f9461962cab37ed4bdfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27788, "upload_time": "2016-08-10T05:21:33", "url": "https://files.pythonhosted.org/packages/f3/91/74302d64352babe269134763fc0bd6d677a177f30ffc59c1cec160b8ae85/fbchat_archive_parser-0.7.post2.tar.gz" } ], "0.7.post32": [ { "comment_text": "", "digests": { "md5": "0dd79eac47fd78fcaa15cc32ba942eaf", "sha256": "8c28a1801bdd5632e691329621cc4c90841fe06a9031b1bc1722274e42e27e94" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post32.tar.gz", "has_sig": false, "md5_digest": "0dd79eac47fd78fcaa15cc32ba942eaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30558, "upload_time": "2017-01-18T22:33:24", "url": "https://files.pythonhosted.org/packages/e1/e5/6604439414132f070e4d9b0dfe21a8ac71e10e5451741b2fcbb69f89bca3/fbchat_archive_parser-0.7.post32.tar.gz" } ], "0.7.post5": [ { "comment_text": "", "digests": { "md5": "fa467ef960d7a42b1825200413c70357", "sha256": "ac4ba9218a2081cc054eb43641cc53c2212e11cdea36546af68e15ee3d15341b" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post5.tar.gz", "has_sig": false, "md5_digest": "fa467ef960d7a42b1825200413c70357", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28050, "upload_time": "2016-09-21T00:23:50", "url": "https://files.pythonhosted.org/packages/99/0e/c230e37d599f440d6cb32ce13c9066fb6c1d9748eff5409c83bcba72ce94/fbchat_archive_parser-0.7.post5.tar.gz" } ], "0.7.post6": [ { "comment_text": "", "digests": { "md5": "a4bc539d47cfffdebd2259d382bba13a", "sha256": "9acdbc97473e7a431571c7edd634f1482d11f0703e1b8035015ae92eafea225c" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post6.tar.gz", "has_sig": false, "md5_digest": "a4bc539d47cfffdebd2259d382bba13a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28073, "upload_time": "2016-09-21T17:57:53", "url": "https://files.pythonhosted.org/packages/d6/64/e0cff7005f279836e5a3400619f9db408c44d74f69f46e2acfe4c35af3e2/fbchat_archive_parser-0.7.post6.tar.gz" } ], "0.7.post7": [ { "comment_text": "", "digests": { "md5": "1c59bebe13cc591df4a2b7bcbca48083", "sha256": "f3c6079f198fa444c5a5777b2b6aa3f132de617df7ede08fcdb5164f57d1b36a" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post7.tar.gz", "has_sig": false, "md5_digest": "1c59bebe13cc591df4a2b7bcbca48083", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28118, "upload_time": "2016-09-21T18:17:11", "url": "https://files.pythonhosted.org/packages/a5/ac/b4ccad5255c0c0a5a7b31ac28f245dc709b7dd04c03026870aee91ae1624/fbchat_archive_parser-0.7.post7.tar.gz" } ], "0.7.post8": [ { "comment_text": "", "digests": { "md5": "c7f63bb1fb25abbcb183c83654480e8a", "sha256": "95cdd86a852a4ed0d65fce0e8483e329d3a47cdf57cf81bc77e73f2b55eca73b" }, "downloads": -1, "filename": "fbchat_archive_parser-0.7.post8.tar.gz", "has_sig": false, "md5_digest": "c7f63bb1fb25abbcb183c83654480e8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29255, "upload_time": "2016-09-22T00:09:15", "url": "https://files.pythonhosted.org/packages/36/f9/e33afcf3e8dc0d69a6065b0366a026e1e34e860c35f0e0820104e89fb23d/fbchat_archive_parser-0.7.post8.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "884078f1e1ed830c145b506ed3b209cc", "sha256": "493ce84980bac29e1f5b19df56f98bc8a747b5b472afbe64c6cc060ab687e6af" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.tar.gz", "has_sig": false, "md5_digest": "884078f1e1ed830c145b506ed3b209cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30463, "upload_time": "2016-11-14T22:22:25", "url": "https://files.pythonhosted.org/packages/97/df/e6082aa8e53e9d916bc1299349f0bbbce31aff5cb2cc36d6802146838392/fbchat_archive_parser-0.8.tar.gz" } ], "0.8.post14": [ { "comment_text": "", "digests": { "md5": "c8a9ad035185e0b9ba7463be4a1866ae", "sha256": "99a20914d429274e067d304377993cd5e2c4b49ef6458a6cb748b23be8a406b4" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post14.tar.gz", "has_sig": false, "md5_digest": "c8a9ad035185e0b9ba7463be4a1866ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30325, "upload_time": "2016-12-25T03:17:55", "url": "https://files.pythonhosted.org/packages/48/a0/fc14398d588c850ac3746e3dea052f4ad6f6bbd0c6ed649aa7923b68f5ea/fbchat_archive_parser-0.8.post14.tar.gz" } ], "0.8.post15": [ { "comment_text": "", "digests": { "md5": "f2c2e3a3403cbb5f9fc550f7cefad92a", "sha256": "691fc950b689dc9ee4c17db839b9dfe97f7ad643ec5f4dc4e41f24584168c4cf" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post15.tar.gz", "has_sig": false, "md5_digest": "f2c2e3a3403cbb5f9fc550f7cefad92a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30560, "upload_time": "2017-01-18T22:33:47", "url": "https://files.pythonhosted.org/packages/68/7c/24e324320ceda18758cc984ab825329e11e262914168a3202f53a385fd4e/fbchat_archive_parser-0.8.post15.tar.gz" } ], "0.8.post16": [ { "comment_text": "", "digests": { "md5": "a10434f517c95bbba418165ca6e99896", "sha256": "15264af6e74b5afc3a02990e06e735738637383612356581bf2a057846bed17b" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post16.tar.gz", "has_sig": false, "md5_digest": "a10434f517c95bbba418165ca6e99896", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30602, "upload_time": "2017-01-23T19:09:16", "url": "https://files.pythonhosted.org/packages/93/fb/d14b817e4105ec4a7f25cf2810c82cdce4044e3009d6b12aa8b87693b5e1/fbchat_archive_parser-0.8.post16.tar.gz" } ], "0.8.post20": [ { "comment_text": "", "digests": { "md5": "7940ae108f740bb3bbc6ae346852eae5", "sha256": "9c4110f45c81d78bf9ad039e5c9b65e9e167a611e342d23c5bab134361f518fa" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post20.tar.gz", "has_sig": false, "md5_digest": "7940ae108f740bb3bbc6ae346852eae5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30695, "upload_time": "2017-01-25T01:13:02", "url": "https://files.pythonhosted.org/packages/97/a6/3644c263730d1a90f19009a540ac5da4d4c118135ae1694f502846c0886c/fbchat_archive_parser-0.8.post20.tar.gz" } ], "0.8.post21": [ { "comment_text": "", "digests": { "md5": "d93b6478f52d52fefc6fd44476971ff0", "sha256": "97fa04dc6a8d537b92ab707ccc6a1e007ca6ec3bd7d701330a71647831b74b1f" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post21.tar.gz", "has_sig": false, "md5_digest": "d93b6478f52d52fefc6fd44476971ff0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30983, "upload_time": "2017-01-25T02:52:35", "url": "https://files.pythonhosted.org/packages/1f/2f/4ac4d8f84712f0e451fa509713b1729f59f0cad91336bd004c7bc4c429be/fbchat_archive_parser-0.8.post21.tar.gz" } ], "0.8.post26": [ { "comment_text": "", "digests": { "md5": "9bb2db1bb4deb4512e79997ea731c71c", "sha256": "e0081762432d10695ddd6be1467e8ef1229d9137d5fbad340cf0c084f64fd96a" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post26.tar.gz", "has_sig": false, "md5_digest": "9bb2db1bb4deb4512e79997ea731c71c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30752, "upload_time": "2017-02-07T23:48:33", "url": "https://files.pythonhosted.org/packages/07/f2/d55bc1d2339d5b89a9bb8fca963e92542c9e1ea0b7f333105b509b2b29e3/fbchat_archive_parser-0.8.post26.tar.gz" } ], "0.8.post28": [ { "comment_text": "", "digests": { "md5": "6b16e94699d888451764484aa6f9a4ab", "sha256": "21121a040d15baf03cf3a57b63de94269e7e1335e73bc86d516dd03043d4bdc4" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post28.tar.gz", "has_sig": false, "md5_digest": "6b16e94699d888451764484aa6f9a4ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30785, "upload_time": "2017-02-08T18:00:27", "url": "https://files.pythonhosted.org/packages/c1/9a/92ad5455c1f16c7b1d3fe770f4bdc3877b666326a6999650e3c7abe17648/fbchat_archive_parser-0.8.post28.tar.gz" } ], "0.8.post3": [ { "comment_text": "", "digests": { "md5": "50c7f3137bd707b09ef39b47b44f857a", "sha256": "3a79eb416c8199ec93acd82081167ac49565a71414e9ffb0ea5bd83d2ddc61f1" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post3.tar.gz", "has_sig": false, "md5_digest": "50c7f3137bd707b09ef39b47b44f857a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30593, "upload_time": "2016-11-29T21:41:43", "url": "https://files.pythonhosted.org/packages/1e/f0/a5ee8de77d54c9f857db98dd24fe54d59dea076f2a73cf73852d56668a6f/fbchat_archive_parser-0.8.post3.tar.gz" } ], "0.8.post30": [ { "comment_text": "", "digests": { "md5": "d3061d3f88e92633b8317b49307a227d", "sha256": "f2032c39d7f7fdb21b2507f78d4b7f84f67d2f455c67c19a2461304d13938972" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post30.tar.gz", "has_sig": false, "md5_digest": "d3061d3f88e92633b8317b49307a227d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31070, "upload_time": "2017-02-09T18:08:09", "url": "https://files.pythonhosted.org/packages/bb/bc/0f8cf79e63bf3028db967f72adf428bdb86602a6a1598609c6fe5c941379/fbchat_archive_parser-0.8.post30.tar.gz" } ], "0.8.post31": [ { "comment_text": "", "digests": { "md5": "f7b1591f05d4e258a206a38af3a7da09", "sha256": "23456f7bbea076441faff50973d94e75e1252f0e0ca8dbe3c43f028691f09b5a" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post31.tar.gz", "has_sig": false, "md5_digest": "f7b1591f05d4e258a206a38af3a7da09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31089, "upload_time": "2017-02-09T18:23:23", "url": "https://files.pythonhosted.org/packages/59/8e/7923ed43343c53ea8d1686f6b781d08504c8cb4e501e2878fa5253d3ff20/fbchat_archive_parser-0.8.post31.tar.gz" } ], "0.8.post34": [ { "comment_text": "", "digests": { "md5": "41e85bbe856f428cb69b17ec70ffdee4", "sha256": "6d9b55ef05e142babba37086b39a91978ffc4fade7b299b93c8dd3a9fa5db0e3" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post34.tar.gz", "has_sig": false, "md5_digest": "41e85bbe856f428cb69b17ec70ffdee4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30822, "upload_time": "2017-02-20T16:23:45", "url": "https://files.pythonhosted.org/packages/18/a6/1690df9b5c51866544a127d28a8a4f9f57a4632c48b4d116a9229387adb0/fbchat_archive_parser-0.8.post34.tar.gz" } ], "0.8.post4": [ { "comment_text": "", "digests": { "md5": "8b801d29e565cfe5f4217c7f49536571", "sha256": "c0e211ddda5e0f9fe82b9f2368a01f019aaea729c8853baf13a6bb7e18f498eb" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post4.tar.gz", "has_sig": false, "md5_digest": "8b801d29e565cfe5f4217c7f49536571", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30591, "upload_time": "2016-11-29T22:30:06", "url": "https://files.pythonhosted.org/packages/22/35/b73b534cc20d2e93d7890c9908d1d2fadec86406adef91a68eb288ff5a1a/fbchat_archive_parser-0.8.post4.tar.gz" } ], "0.8.post6": [ { "comment_text": "", "digests": { "md5": "f012a25fa16c8a347191c231df149d0b", "sha256": "c85308ad676675b28309df29d9d91ece87023ed22e87777a5e639b9ad360d44d" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post6.tar.gz", "has_sig": false, "md5_digest": "f012a25fa16c8a347191c231df149d0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30499, "upload_time": "2016-12-04T21:54:43", "url": "https://files.pythonhosted.org/packages/36/04/6d7455491b9960e086caab9a499d39fd9d01674a71d87a4911d6d4c326b2/fbchat_archive_parser-0.8.post6.tar.gz" } ], "0.8.post9": [ { "comment_text": "", "digests": { "md5": "cdc5a59d50853d8e09300130986161d4", "sha256": "c79bcf4e6cbe1a36842a3713d9a751238545cc2591f5b834299487c341284fe3" }, "downloads": -1, "filename": "fbchat_archive_parser-0.8.post9.tar.gz", "has_sig": false, "md5_digest": "cdc5a59d50853d8e09300130986161d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30845, "upload_time": "2016-12-05T16:59:30", "url": "https://files.pythonhosted.org/packages/a3/08/c7566568f0db21217df0ef3dfc4ca2777a14a1484380841cc4141455449b/fbchat_archive_parser-0.8.post9.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "fe52e65acab82df808ad4661e8db8562", "sha256": "5028d77ee52b30e3d54cbb010f3ea529abab28278c348a08c77b044dfb1df721" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.tar.gz", "has_sig": false, "md5_digest": "fe52e65acab82df808ad4661e8db8562", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33247, "upload_time": "2017-03-11T00:03:00", "url": "https://files.pythonhosted.org/packages/9b/84/6324f4ad8080f5076fc82f1be3ee6a6bed9611edae674034ad67e0163491/fbchat_archive_parser-0.9.tar.gz" } ], "0.9.post1": [ { "comment_text": "", "digests": { "md5": "f202da3494a50a3a2b2fb9b126df0945", "sha256": "ba1936ca352911901fcb924e67e272b4dfcfad5c980901d867f3b39888119742" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post1.tar.gz", "has_sig": false, "md5_digest": "f202da3494a50a3a2b2fb9b126df0945", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33539, "upload_time": "2017-03-11T07:00:33", "url": "https://files.pythonhosted.org/packages/d1/60/95a2646f22a48b26cb00a329699791e69b3a644e49ca3f560806011cfc26/fbchat_archive_parser-0.9.post1.tar.gz" } ], "0.9.post10": [ { "comment_text": "", "digests": { "md5": "04ca2815316b75e8366bd38bb595f5c4", "sha256": "5e405bb138700327b6e4809359a001b8764beea44b25b55f0fcb9b3de4b10bd3" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post10.tar.gz", "has_sig": false, "md5_digest": "04ca2815316b75e8366bd38bb595f5c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34398, "upload_time": "2017-04-21T18:34:07", "url": "https://files.pythonhosted.org/packages/36/36/cff72a8eb36a198e3874638d26602ba0f71e3cbd640b40c8259f33b2da67/fbchat_archive_parser-0.9.post10.tar.gz" } ], "0.9.post11": [ { "comment_text": "", "digests": { "md5": "d024bb695cc1e823a6f071e7829fdaef", "sha256": "b3bbce16c3e6ab2366fb375de8a1fd7cea108c99bd43c28cb703eab39aea3b31" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post11.tar.gz", "has_sig": false, "md5_digest": "d024bb695cc1e823a6f071e7829fdaef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34494, "upload_time": "2017-04-23T17:57:14", "url": "https://files.pythonhosted.org/packages/f3/74/0b21e599a450cefcb4f5f9171cb6bd2edf3370d5baf0742851527977f9d7/fbchat_archive_parser-0.9.post11.tar.gz" } ], "0.9.post12": [ { "comment_text": "", "digests": { "md5": "20bb420add1569541647ae49d21cb677", "sha256": "734fd4593372913754be17c768a1ec1fb7aef67f841d31e887836229a27f4241" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post12.tar.gz", "has_sig": false, "md5_digest": "20bb420add1569541647ae49d21cb677", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34718, "upload_time": "2017-04-27T21:12:58", "url": "https://files.pythonhosted.org/packages/0d/ef/d99c8067dbb800cbc00736ec09147610487dcbf62c6fe9f2827be0044b69/fbchat_archive_parser-0.9.post12.tar.gz" } ], "0.9.post15": [ { "comment_text": "", "digests": { "md5": "dffd02b85d5dd31f3e5040010a5aa86b", "sha256": "3668a4766ba305f6b379daf1cb82adf915112f4b9b0034c547fdb13ebf2acd52" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post15.tar.gz", "has_sig": false, "md5_digest": "dffd02b85d5dd31f3e5040010a5aa86b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35544, "upload_time": "2017-05-03T17:02:17", "url": "https://files.pythonhosted.org/packages/90/84/a04f9dd974ae4ade31acb504823aa62abb53655251d4d89f22c804e16fb3/fbchat_archive_parser-0.9.post15.tar.gz" } ], "0.9.post16": [ { "comment_text": "", "digests": { "md5": "a82c20f4d84afd20860a2d3ef78c64a1", "sha256": "efa43406ba1383f90671069954d8b6fa65fe6d713a5eb774ec1ea3d184003089" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post16.tar.gz", "has_sig": false, "md5_digest": "a82c20f4d84afd20860a2d3ef78c64a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35526, "upload_time": "2017-05-05T17:49:33", "url": "https://files.pythonhosted.org/packages/d7/2a/1e5d7a760c4f9f9d58c60426b3dae58f6e90977197788de71de5133db761/fbchat_archive_parser-0.9.post16.tar.gz" } ], "0.9.post17": [ { "comment_text": "", "digests": { "md5": "39b80483ff6ea3eebd6d907b61b13865", "sha256": "38c2cd6c64a9f9918b3ba9997ed173afa81d17d5d1520575c1daa8dc8a7a07ee" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post17.tar.gz", "has_sig": false, "md5_digest": "39b80483ff6ea3eebd6d907b61b13865", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35524, "upload_time": "2017-05-05T21:08:38", "url": "https://files.pythonhosted.org/packages/ac/8f/5a63be0380b8ff270ccc9c10baf59727ffce8eb853620e9850a18c62015f/fbchat_archive_parser-0.9.post17.tar.gz" } ], "0.9.post18": [ { "comment_text": "", "digests": { "md5": "6bba584008d9c1a77f9cf537b28b1605", "sha256": "cc9761e5e400099e2e1bdb5d004159fe7ff835802fd309cab582d35f696c0627" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post18.tar.gz", "has_sig": false, "md5_digest": "6bba584008d9c1a77f9cf537b28b1605", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35568, "upload_time": "2017-05-12T01:17:01", "url": "https://files.pythonhosted.org/packages/18/3c/3a9065d15f36b30cc5cdcb0b12fa270d560f48fb32c4b66381619ee0e6ea/fbchat_archive_parser-0.9.post18.tar.gz" } ], "0.9.post19": [ { "comment_text": "", "digests": { "md5": "a5d82abec7e3301866651303021a2916", "sha256": "db10510d916301e7f5f95c83b2092719a1d5d2320cc5a638ffa9f2b49115f113" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post19.tar.gz", "has_sig": false, "md5_digest": "a5d82abec7e3301866651303021a2916", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35642, "upload_time": "2017-05-22T05:04:15", "url": "https://files.pythonhosted.org/packages/fd/12/7eb7093d397b86aafeec5645b98298ce5c875387745a33d8ee27dfdf3ba9/fbchat_archive_parser-0.9.post19.tar.gz" } ], "0.9.post28": [ { "comment_text": "", "digests": { "md5": "5dac10979294bc04216ddaf2a93906f9", "sha256": "b9ed023920f29beef181fd82cefcf5e88329deeea381cea4db29e8716db7e7a6" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post28.tar.gz", "has_sig": false, "md5_digest": "5dac10979294bc04216ddaf2a93906f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35841, "upload_time": "2017-07-09T04:10:45", "url": "https://files.pythonhosted.org/packages/8f/b2/09fd1f9389d104417869c6741523f5d723b6fe6e07a87e568174bbaf6bc9/fbchat_archive_parser-0.9.post28.tar.gz" } ], "0.9.post29": [ { "comment_text": "", "digests": { "md5": "4c489f6562ab659842ed86d1e51fbff0", "sha256": "52c5b7b2d2cc284b563f3f03d6b4d35f72a76a5fd2bfc52d572b5e1834470993" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post29.tar.gz", "has_sig": false, "md5_digest": "4c489f6562ab659842ed86d1e51fbff0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35919, "upload_time": "2017-08-10T21:07:39", "url": "https://files.pythonhosted.org/packages/da/6e/2f0ab2a73513c07e87c2c1f478969f11fc2360aad3c485f91c43711d78a6/fbchat_archive_parser-0.9.post29.tar.gz" } ], "0.9.post3": [ { "comment_text": "", "digests": { "md5": "e31acbc8bb845655a5885a39e404f4e6", "sha256": "12430c833347430dc5085c52b62ae789ee27241ecf4a1438376977521a057b16" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post3.tar.gz", "has_sig": false, "md5_digest": "e31acbc8bb845655a5885a39e404f4e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33558, "upload_time": "2017-04-09T17:53:13", "url": "https://files.pythonhosted.org/packages/ca/73/76d1baef0b604610f018fc6063e85737a7efeac3e28c8e864989777e73cf/fbchat_archive_parser-0.9.post3.tar.gz" } ], "0.9.post30": [ { "comment_text": "", "digests": { "md5": "3b16f7d7aee299322c1a84a14b439221", "sha256": "d0fca434ab832b8a77a99aa653c005aeb88081f29316c6cdab9ba6e521587689" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post30.tar.gz", "has_sig": false, "md5_digest": "3b16f7d7aee299322c1a84a14b439221", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35957, "upload_time": "2017-08-11T18:20:04", "url": "https://files.pythonhosted.org/packages/13/c9/c45a4b8d166a5d815bc4d1b2a05313e8b62ad497b2ffb87a76cb4b68af0b/fbchat_archive_parser-0.9.post30.tar.gz" } ], "0.9.post31": [ { "comment_text": "", "digests": { "md5": "d306fdb177b0ea3dc60cd118ea930c26", "sha256": "8f9e7a570ee3a06f07e2b2b0bdeb168309cb217d328b6075d123fd30bf6f3ae7" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post31.tar.gz", "has_sig": false, "md5_digest": "d306fdb177b0ea3dc60cd118ea930c26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35965, "upload_time": "2017-08-12T15:56:08", "url": "https://files.pythonhosted.org/packages/0d/20/7cb7211702977a47b078a5aa7959c19e73807386f665009cb2b39bef38fb/fbchat_archive_parser-0.9.post31.tar.gz" } ], "0.9.post4": [ { "comment_text": "", "digests": { "md5": "d5a1773b388443c67b2bd1ccd6fa0135", "sha256": "fb72555dc3c7e59ebec3d053708768db1746d1438031d1f284016336bfcf7243" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post4.tar.gz", "has_sig": false, "md5_digest": "d5a1773b388443c67b2bd1ccd6fa0135", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33709, "upload_time": "2017-04-11T06:07:17", "url": "https://files.pythonhosted.org/packages/72/d0/12f0ffe99d1dabfc86889368444e7c93865c33ae6b4bbf624744ceff8e5c/fbchat_archive_parser-0.9.post4.tar.gz" } ], "0.9.post8": [ { "comment_text": "", "digests": { "md5": "560bb3c51383f4aa1078ae34f450f4ed", "sha256": "d14a48cd548ec7119b48d02b829234d71a59fb330faed1f91ec101204e9832f6" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post8.tar.gz", "has_sig": false, "md5_digest": "560bb3c51383f4aa1078ae34f450f4ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33574, "upload_time": "2017-04-13T21:23:07", "url": "https://files.pythonhosted.org/packages/c0/1e/7b5f837ab59a409d2ad213dc91761837234ad93604bed5eadd351cb0773c/fbchat_archive_parser-0.9.post8.tar.gz" } ], "0.9.post9": [ { "comment_text": "", "digests": { "md5": "956f6a0c7e38c01102bade789b129fd6", "sha256": "19db215be8773d84b2f4863b7dbe8d927536e643cf1232e1a83683ce2c8f54a1" }, "downloads": -1, "filename": "fbchat_archive_parser-0.9.post9.tar.gz", "has_sig": false, "md5_digest": "956f6a0c7e38c01102bade789b129fd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34139, "upload_time": "2017-04-17T03:39:35", "url": "https://files.pythonhosted.org/packages/1f/1a/8a805b1f11e05f96a29b5f4b08dc1dc805bb3b7068db22708e69b579fb96/fbchat_archive_parser-0.9.post9.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "239cd28016ed50b9a0dffd8ed9e2b518", "sha256": "54b491b5541b6206df9619b2eb1cad173af3ab0e53f4ce4f9380d4997f990270" }, "downloads": -1, "filename": "fbchat_archive_parser-1.0.tar.gz", "has_sig": false, "md5_digest": "239cd28016ed50b9a0dffd8ed9e2b518", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35567, "upload_time": "2017-09-08T22:25:49", "url": "https://files.pythonhosted.org/packages/b7/67/d5fa35ca202b6293da742e51c97566e2f056ab19c096bf2f340d60123332/fbchat_archive_parser-1.0.tar.gz" } ], "1.0.post1": [ { "comment_text": "", "digests": { "md5": "22f39facc536cea6e1af920715eab0ac", "sha256": "63b253e5d0bc1fbbe7aa4deb81696a8087afdf353cacb12b9c568054e8b10b42" }, "downloads": -1, "filename": "fbchat_archive_parser-1.0.post1.tar.gz", "has_sig": false, "md5_digest": "22f39facc536cea6e1af920715eab0ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35437, "upload_time": "2017-10-02T03:31:49", "url": "https://files.pythonhosted.org/packages/e5/85/06331bcf9019ab9d348ab78f1c6a8e9929ab155ae7986eec9f7c564178bc/fbchat_archive_parser-1.0.post1.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "10eeb8a4086878193b205042b9c72853", "sha256": "b5c202733f635303266fa41235fa0576ee6a8f769619c3fe7bdd581667c7d93c" }, "downloads": -1, "filename": "fbchat_archive_parser-1.1.tar.gz", "has_sig": false, "md5_digest": "10eeb8a4086878193b205042b9c72853", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36906, "upload_time": "2017-10-15T01:31:52", "url": "https://files.pythonhosted.org/packages/04/a0/b24e73f277f99c66249224f4a523b4cea1daed4b116f0058e3fc78438c6c/fbchat_archive_parser-1.1.tar.gz" } ], "1.1.post6": [ { "comment_text": "", "digests": { "md5": "47b0eb9edd6cc6a7f20d54caed2bbd38", "sha256": "a8c9c03dbb9b7033a880dc2b963a484b077030ca86628dd00d18f4f0fb572bb9" }, "downloads": -1, "filename": "fbchat_archive_parser-1.1.post6.tar.gz", "has_sig": false, "md5_digest": "47b0eb9edd6cc6a7f20d54caed2bbd38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37003, "upload_time": "2017-11-02T22:33:32", "url": "https://files.pythonhosted.org/packages/cc/2b/f4f57e788847a3fc6220f66db7e4d67e977001874c1088e203dfcaaca4d1/fbchat_archive_parser-1.1.post6.tar.gz" } ], "1.1.post7": [ { "comment_text": "", "digests": { "md5": "3db0be5c1daf00ae1f1a33c391553a64", "sha256": "2c1aed1f04ba9db739f09cddedd4e0db1b0f33a508b5e4988b524134c46c84ca" }, "downloads": -1, "filename": "fbchat_archive_parser-1.1.post7.tar.gz", "has_sig": false, "md5_digest": "3db0be5c1daf00ae1f1a33c391553a64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37010, "upload_time": "2017-11-03T00:55:46", "url": "https://files.pythonhosted.org/packages/aa/52/c1073525ff69f2dfc95a5a743917dfcb15e9b95316bf40aa313477716791/fbchat_archive_parser-1.1.post7.tar.gz" } ], "1.1.post8": [ { "comment_text": "", "digests": { "md5": "7b1cb632452c524955bd05f7cb05cc6b", "sha256": "fba6b9620ac02a753876cf585ac1347e7ed19e1b73106a915ff1c166138d992a" }, "downloads": -1, "filename": "fbchat_archive_parser-1.1.post8.tar.gz", "has_sig": false, "md5_digest": "7b1cb632452c524955bd05f7cb05cc6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37086, "upload_time": "2017-11-07T22:54:35", "url": "https://files.pythonhosted.org/packages/4f/9d/8450a4d609eada666edac090d92218260a871a4eca8347b5641a796ebe29/fbchat_archive_parser-1.1.post8.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "bc30c5e01f5f3b07470521e0161d6ef7", "sha256": "22da520011842512e207b3201baafd66a9a8e9c06ae12b93f16fabeea121a1dc" }, "downloads": -1, "filename": "fbchat_archive_parser-1.2.tar.gz", "has_sig": false, "md5_digest": "bc30c5e01f5f3b07470521e0161d6ef7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37165, "upload_time": "2017-11-09T23:33:22", "url": "https://files.pythonhosted.org/packages/89/f0/4d174d93102326aa9e4b6957cc9719384dcc94491d3b66bd6b2d3b84727d/fbchat_archive_parser-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "7aa32620060685a4dd69354ee1f8bb1f", "sha256": "668b07d5891060c7ec7340fb490b299995c529ffb3f421ba281a2154e8daacf2" }, "downloads": -1, "filename": "fbchat_archive_parser-1.3.tar.gz", "has_sig": false, "md5_digest": "7aa32620060685a4dd69354ee1f8bb1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38030, "upload_time": "2018-01-08T23:36:14", "url": "https://files.pythonhosted.org/packages/7f/97/edc7e1f8192c99b1b01b01cd9343423851cd066b67ab455889fab2827c4b/fbchat_archive_parser-1.3.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "bfc611e50ae951d6e66dc231e4867ffe", "sha256": "a26a75d833db9cf9ace7c824aa88ad145ed2495d8ad182914064a9f69168dc81" }, "downloads": -1, "filename": "fbchat_archive_parser-1.3.1.tar.gz", "has_sig": false, "md5_digest": "bfc611e50ae951d6e66dc231e4867ffe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42040, "upload_time": "2018-01-09T00:33:57", "url": "https://files.pythonhosted.org/packages/a4/35/a698da095ddbdbef4c411c9cfa3ac9ed3e7ad390cf6593d2e13ef656ed84/fbchat_archive_parser-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "5a18f7a76f824b13562814240f3724cf", "sha256": "fe1ee1247f3f505c2fb85ff1ae89be4ebfeeb72465a8dd249430ef28277c5dfd" }, "downloads": -1, "filename": "fbchat_archive_parser-1.3.2.tar.gz", "has_sig": false, "md5_digest": "5a18f7a76f824b13562814240f3724cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42046, "upload_time": "2018-01-09T19:11:49", "url": "https://files.pythonhosted.org/packages/40/1d/737db245afeaebdabee4556ae798a7514d9053ed8e4db28447fca4bfcd66/fbchat_archive_parser-1.3.2.tar.gz" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "a17287563110346e451d4461f5822107", "sha256": "78212db267fe7e21866b24420ca1322914d325c69b5ca61f711494f9236e814f" }, "downloads": -1, "filename": "fbchat_archive_parser-1.3.3.tar.gz", "has_sig": false, "md5_digest": "a17287563110346e451d4461f5822107", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42734, "upload_time": "2018-01-10T07:05:28", "url": "https://files.pythonhosted.org/packages/5e/12/10798aa414e122b3b8efcc1ef1c5bdf273424048eb4c75365d91e3666078/fbchat_archive_parser-1.3.3.tar.gz" } ], "1.3.4": [ { "comment_text": "", "digests": { "md5": "cd0fd17c51f58f1117d90501252b236e", "sha256": "94f7db275af5bd05f91cd5fa831506e523aa9d5cae53834ed81669314fec1d85" }, "downloads": -1, "filename": "fbchat_archive_parser-1.3.4.tar.gz", "has_sig": false, "md5_digest": "cd0fd17c51f58f1117d90501252b236e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42510, "upload_time": "2018-03-19T03:02:13", "url": "https://files.pythonhosted.org/packages/c0/a1/3a42d7e87455e422cabcde9c910a2964e5348faeca24af6658adba9161a6/fbchat_archive_parser-1.3.4.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "6f0fe5693dacdb7b97bac215fadfbf63", "sha256": "442b0434924bdeeaef9d929f24adc462539caa67d17f63707ea3ed7d57166203" }, "downloads": -1, "filename": "fbchat_archive_parser-2.0.0.tar.gz", "has_sig": false, "md5_digest": "6f0fe5693dacdb7b97bac215fadfbf63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44977, "upload_time": "2018-04-09T21:01:09", "url": "https://files.pythonhosted.org/packages/5c/93/b47d6516b06ed74652270ac4016ccf701b15c81d23ff300f15086fd4fe02/fbchat_archive_parser-2.0.0.tar.gz" } ], "2.0.0.post2": [ { "comment_text": "", "digests": { "md5": "1df2e2ca4c6f3c751b3572c9f507bdaf", "sha256": "562e7dcba3d2e6b04f11076cef7f1967ea7a930a8e4064229dd37ca5a8fdf98e" }, "downloads": -1, "filename": "fbchat_archive_parser-2.0.0.post2.tar.gz", "has_sig": false, "md5_digest": "1df2e2ca4c6f3c751b3572c9f507bdaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44970, "upload_time": "2018-04-09T21:00:50", "url": "https://files.pythonhosted.org/packages/14/05/53f209e8ece03cfa720c8909c99b5e472826158f31fed2d221e4602155b0/fbchat_archive_parser-2.0.0.post2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1df2e2ca4c6f3c751b3572c9f507bdaf", "sha256": "562e7dcba3d2e6b04f11076cef7f1967ea7a930a8e4064229dd37ca5a8fdf98e" }, "downloads": -1, "filename": "fbchat_archive_parser-2.0.0.post2.tar.gz", "has_sig": false, "md5_digest": "1df2e2ca4c6f3c751b3572c9f507bdaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44970, "upload_time": "2018-04-09T21:00:50", "url": "https://files.pythonhosted.org/packages/14/05/53f209e8ece03cfa720c8909c99b5e472826158f31fed2d221e4602155b0/fbchat_archive_parser-2.0.0.post2.tar.gz" } ] }