{ "info": { "author": "Eric Florenzano", "author_email": "floguy@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This is a very minimal API into Kontagent, written using purely modules from\nthe Python standard library.\n\nHere's how you might use it:\n\n from kontagent import Kontagent\n \n k = Kontagent('MY_API_KEY', 'MY_SECRET_KEY')\n k.invite_sent(16904779, [542469672], tracking_tag='testtag')\n\nThis is now being used in production for http://radiosox.com/\n\nA full list of all of the methods available is:\n\n * invite_sent\n * invite_click_response\n * notification_sent\n * notification_click_response\n * notification_email_sent\n * notification_email_response\n * post\n * post_response\n * application_added\n * application_removed\n * undirected_communication_click\n * page_request\n * user_information\n * goal_counts\n * revenue_tracking\n * raw_request\n\nYou should consult with the Kontagent REST Server API to see what each of these\nfunctions does. You can find that here:\n\nhttp://developers.kontagent.com/reference/api-documentation/facebook-rest-server-api\n\nUnfortunately, for right now you're going to have to UTSL to find out about the\nparameters that each method takes.\n\nHope you find this useful!", "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/ericflo/pykontagent", "keywords": "kontagent,rest,api,client", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pykontagent", "package_url": "https://pypi.org/project/pykontagent/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pykontagent/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ericflo/pykontagent" }, "release_url": "https://pypi.org/project/pykontagent/0.3/", "requires_dist": null, "requires_python": null, "summary": "A simple interface into the Kontagent REST API", "version": "0.3" }, "last_serial": 797335, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4a76603f54018199094eef557ce64e44", "sha256": "098bedf9b124541ea0fb8903afaeae58b9aa5deca426538576ffbd5aadf561d1" }, "downloads": -1, "filename": "pykontagent-0.1.tar.gz", "has_sig": false, "md5_digest": "4a76603f54018199094eef557ce64e44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3764, "upload_time": "2009-10-15T09:46:36", "url": "https://files.pythonhosted.org/packages/5a/4e/f6840f947ca1865ead455020fd5238c011da00065435596fdad273e85a7a/pykontagent-0.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "6009a3512203a87f11b33bd68451bbd5", "sha256": "eead45a35e04c7e306d2edb38efb948a82ba82940e3baac9b2b0b5ceacab47a2" }, "downloads": -1, "filename": "pykontagent-0.3.tar.gz", "has_sig": false, "md5_digest": "6009a3512203a87f11b33bd68451bbd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5194, "upload_time": "2009-12-29T23:33:57", "url": "https://files.pythonhosted.org/packages/74/45/e14d8c128f8cd44801578d97036c6285f06934a4cdea5133ca39ea7a1dc0/pykontagent-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6009a3512203a87f11b33bd68451bbd5", "sha256": "eead45a35e04c7e306d2edb38efb948a82ba82940e3baac9b2b0b5ceacab47a2" }, "downloads": -1, "filename": "pykontagent-0.3.tar.gz", "has_sig": false, "md5_digest": "6009a3512203a87f11b33bd68451bbd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5194, "upload_time": "2009-12-29T23:33:57", "url": "https://files.pythonhosted.org/packages/74/45/e14d8c128f8cd44801578d97036c6285f06934a4cdea5133ca39ea7a1dc0/pykontagent-0.3.tar.gz" } ] }