{ "info": { "author": "Ignasi Fosch", "author_email": "natx@y10k.ws", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# mallerenga\n\nMallerenga is a library to help managing Twitter accounts\n\n## Installation\n\nYou can install it using `pip install` as usual:\n```bash\npip install mallerenga\n```\n\n## Requirements\n\nA Twitter account with consumer key and secret and access token and secret is required.\nThese credentials must be provided in the following environment variables:\n- `TWITTER_CONSUMER_KEY`: Consumer key\n- `TWITTER_CONSUMER_SECRET`: Consumer secret\n- `TWITTER_ACCESS_TOKEN`: Access token\n- `TWITTER_ACCESS_TOKEN_SECRET`: Access token secret\n\n## Usage\n\n### As a module\n\nMallerenga is intended to be user mostly as a module:\n```python\nfrom mallerenga.twitter.twitter import Twitter\n\n\ntwitter = Twitter()\nstatus = twitter.tweet(msg)\nprint(status.link)\n```\n\n### As a command\n\nTo update the Twitter status, use the following command:\n```\nmallerenga New status message\n```\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pybcn/mallerenga", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mallerenga", "package_url": "https://pypi.org/project/mallerenga/", "platform": "", "project_url": "https://pypi.org/project/mallerenga/", "project_urls": { "Homepage": "https://github.com/pybcn/mallerenga" }, "release_url": "https://pypi.org/project/mallerenga/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Handle Twitter accounts", "version": "0.1.0" }, "last_serial": 4948974, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "130d951c58092588eb9e098c48be06d6", "sha256": "0275abe6f047c12e1d2c351fd94f17de58b9db2d007bca67132c977cfc0db207" }, "downloads": -1, "filename": "mallerenga-0.1.0.tar.gz", "has_sig": false, "md5_digest": "130d951c58092588eb9e098c48be06d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2476, "upload_time": "2019-03-16T22:52:06", "url": "https://files.pythonhosted.org/packages/66/2a/c646b2a2a502ab1eb1a38c2991712a473d3f3977de2e8b8dd8105525a76b/mallerenga-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "130d951c58092588eb9e098c48be06d6", "sha256": "0275abe6f047c12e1d2c351fd94f17de58b9db2d007bca67132c977cfc0db207" }, "downloads": -1, "filename": "mallerenga-0.1.0.tar.gz", "has_sig": false, "md5_digest": "130d951c58092588eb9e098c48be06d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2476, "upload_time": "2019-03-16T22:52:06", "url": "https://files.pythonhosted.org/packages/66/2a/c646b2a2a502ab1eb1a38c2991712a473d3f3977de2e8b8dd8105525a76b/mallerenga-0.1.0.tar.gz" } ] }