{ "info": { "author": "John Buluba", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": ".. figure:: https://thumb.ibb.co/hLfUvS/Screenshot_from_2018_03_30_04_47_49.png\n :height: 100px\n :alt: logo\n :align: right\n\n*The best bot for retweeting twitter giveaways!*\n\n|Build Status| |codecov.io| |Codeclimate maintainability|\n\n\n| Do you want **free** stuff?\n| Do you like to **win**?\n| Do you want to participate in twitter **giveaways** but you dont have the time to search and retweet?\n| Yatcobot is the solution! A bot that search and retweet giveaways automatically!\n|\n\nFeatures:\n---------\n\n- **Search for new giveaways** \n *Search and queue tweets to retweet, with a customizable way*\n\n- **Retweet** \n *Obviously...*\n\n- **Advanced sort** \n *Prioritize tweets found based on parameters like user defined keywords, age and popularity*\n\n- **Notification**\n *Can notify you using pushbullet when someone mentions you so you can quickly get your precious gift*\n\n\n.. WARNING::\n Your account may be banned for using this kind of bot, so dont use your primary account\n\n----\n\n**Visit our** `documentation `_ **for more info or\nfollow these steps for a quick start!**\n\nInstallation\n============\n\nThe easiest way to install is::\n\n pip install yatcobot\n\nSee more at `Installation `_\n\n\nConfiguration\n=============\nBefore starting you must get api keys from twitter. You can get these keys from `here `_.\n(See more at `How to get twitter api keys `_)\n\nYou must create a config named `config.yaml` and must at least set the api keys. A minimal config.yaml is\n\n.. code-block:: yaml\n\n twitter:\n consumer_key: your_consumer_key\n consumer_secret: your_consumer_secret\n access_token_key: your_access_token\n access_token_secret: your_access_token_secret\n \n\nYou can edit config.sample.yaml that is placed in the root of the project (`dont forget to rename it to config.yaml`) or view the sample `on github `_\n\n\nConfig file is loaded automatically from specific paths. The paths that are searched for config.yaml are (from highest priority to lowest):\n\n1. *./config.yaml*\n Search for config in the current working directory\n2. *~/.config/Yatcobot/config.yaml*\n Search in config folder. If for example your username is `user` the full path will be `/home/user/.config/Yatcobot/config.yaml`\n3. *default*\n The default config that is packaged with the bot.\n\nAlso you can define another config with the **--config** argument, which will have the highest priority\n\nHigher priority configs override settings that are defined in the lower. So in your config you only need to define the changes.\n(See more at `Configuration documentation `_)\n\n\n\nRun\n===\nIn the directory where your config.yaml run::\n\n yatcobot\n\nOr you can specify the path of config with:\n\n yatcobot --config=/path/to/config.yaml\n\nSee more at `Command Line Arguments `_\n\n\nNow just wait for all the **free gifts!**\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n----\n\nDocumentation\n=============\nFor more info visit our docs: `documentation `_ .\n\n----\n\nDonate\n======\n\nPlease donate to support the development if you find this software useful (`or if you are so rich from the staff you won`).\n\n\n|Flattr this git repo|\n\n|Donate with Patreon|\n\n|Donate with Paypal|\n\n|Donate with Bitcoin|\n\n|Donate with Litecoin|\n\n|Donate with Ethereum|\n\n\n.. |Flattr this git repo| image:: http://api.flattr.com/button/flattr-badge-large.png\n :target: https://flattr.com/submit/auto?user_id=buluba89&url=https://github.com/buluba89/Yatcobot&title=Yatcobot&language=GH_PROJECT_PROG_LANGUAGE&tags=github&category=software\n\n.. |Donate with Patreon| image:: https://img.shields.io/badge/patreon-donate-yellow.svg\n :target: https://www.patreon.com/johnbuluba\n\n.. |Donate with Paypal| image:: https://img.shields.io/badge/Donate-PayPal-green.svg\n :target: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=QWCTMJZ9JME3L&lc=GR&item_name=Yatcobot¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted\n\n.. |Donate with Bitcoin| image:: https://en.cryptobadges.io/badge/small/19iX7wCSzjmr66BY7h3uGRqKWGxuoddjLN\n :target: https://en.cryptobadges.io/donate/19iX7wCSzjmr66BY7h3uGRqKWGxuoddjLN\n\n.. |Donate with Litecoin| image:: https://en.cryptobadges.io/badge/small/LPzjwWzAPBeUWoeKsusZKEsavkmDS83fRR\n :target: https://en.cryptobadges.io/donate/LPzjwWzAPBeUWoeKsusZKEsavkmDS83fRR\n\n.. |Donate with Ethereum| image:: https://en.cryptobadges.io/badge/small/0x1c1304173d05c61903789de07a3edcc9629e0222\n :target: https://en.cryptobadges.io/donate/0x1c1304173d05c61903789de07a3edcc9629e0222\n\n\n.. |Build Status| image:: https://travis-ci.org/buluba89/Yatcobot.svg?branch=master\n :target: https://travis-ci.org/buluba89/Yatcobot\n.. |codecov.io| image:: https://codecov.io/gh/buluba89/Yatcobot/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/buluba89/Yatcobot\n.. |Codeclimate maintainability| image:: https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/maintainability\n :target: https://codeclimate.com/github/buluba89/Yatcobot/maintainability\n :alt: Maintainability\n.. |logo| image:: https://thumb.ibb.co/hLfUvS/Screenshot_from_2018_03_30_04_47_49.png\n :height: 100px\n :alt: logo\n :scale: 50 %\n\nLicence\n=======\n\nThis program is released under GPL v2", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/buluba89/Yatcobot", "keywords": "twitter bot contest retweet", "license": "", "maintainer": "", "maintainer_email": "", "name": "Yatcobot", "package_url": "https://pypi.org/project/Yatcobot/", "platform": "", "project_url": "https://pypi.org/project/Yatcobot/", "project_urls": { "Homepage": "https://github.com/buluba89/Yatcobot" }, "release_url": "https://pypi.org/project/Yatcobot/2.3.6/", "requires_dist": null, "requires_python": "", "summary": "The best bot for searching twitter contests and automatically retweet them", "version": "2.3.6" }, "last_serial": 4903109, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5dd06e8307a953e69873cf56828650a7", "sha256": "462ceb5bc9d0b002696afc3f952fa1387592a2c4d86593835d56131cba3c110b" }, "downloads": -1, "filename": "Yatcobot-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5dd06e8307a953e69873cf56828650a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13690, "upload_time": "2018-03-29T04:51:22", "url": "https://files.pythonhosted.org/packages/c4/51/2d38bf249de9e7a3bd92ccf75fae17690750a6c8649caf083bcbee04b30f/Yatcobot-1.0.0.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "c60e04f3501d30d90f88b1aec49b668d", "sha256": "46e2683b69890c590502ef39e49a19aa4beafa6f5e936fa31cd37aa50ed54d5e" }, "downloads": -1, "filename": "Yatcobot-1.0.2.tar.gz", "has_sig": false, "md5_digest": "c60e04f3501d30d90f88b1aec49b668d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13790, "upload_time": "2018-03-29T17:45:55", "url": "https://files.pythonhosted.org/packages/32/fb/58d36a2864edaae6df4dc0d4bab369cc91845abe44b075b0a811920435ad/Yatcobot-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "caf460f0214b7029760148c48eee9692", "sha256": "4adcc54ea89abf3ab19d2e24e85d3b27a631a669fdc3368fd803793a9a7dcc31" }, "downloads": -1, "filename": "Yatcobot-1.0.3.tar.gz", "has_sig": false, "md5_digest": "caf460f0214b7029760148c48eee9692", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14017, "upload_time": "2018-03-29T18:03:53", "url": "https://files.pythonhosted.org/packages/a2/62/e943b4188866fd2aaef16ad0dc53882d1872a241596e3f1c6b26fc7534c0/Yatcobot-1.0.3.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "992d6f3ec7eb2ed1eaf37b1227d776c7", "sha256": "1ccd68e6de5f04c5635abddbab2a0f1531bcba2c24b82e7218923fcbc56d77db" }, "downloads": -1, "filename": "Yatcobot-1.1.2.tar.gz", "has_sig": false, "md5_digest": "992d6f3ec7eb2ed1eaf37b1227d776c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15263, "upload_time": "2018-03-30T18:42:59", "url": "https://files.pythonhosted.org/packages/46/fb/b4db951ebf47ac3362313454ced679e802647310c81ec37c76568d45b130/Yatcobot-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "83f231028cbbc7315799b221a819b237", "sha256": "2953f8a4bb3018d1f9f298f393db1b14626e750d53d10b58f6226ede12e38e0e" }, "downloads": -1, "filename": "Yatcobot-1.1.3.tar.gz", "has_sig": false, "md5_digest": "83f231028cbbc7315799b221a819b237", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15264, "upload_time": "2018-03-30T18:43:05", "url": "https://files.pythonhosted.org/packages/ee/7c/f515a8ab65133535adb1a5b7c976383d720c6edfab77d6c26930a2729fd4/Yatcobot-1.1.3.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "210d1e8b03e495fc7ca233db243ee700", "sha256": "3f9dbd5f3aa94524e078057493aa29580a5742624424fe2dfb87784b6dd54fca" }, "downloads": -1, "filename": "Yatcobot-2.0.1.tar.gz", "has_sig": false, "md5_digest": "210d1e8b03e495fc7ca233db243ee700", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15931, "upload_time": "2018-03-31T03:27:50", "url": "https://files.pythonhosted.org/packages/a4/7a/7acf353a11db1682c44cecc0329c36acaa6eeb5ae23cbedb37c0b2b95e51/Yatcobot-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "cca328021805de90f0bb50dbe0ea9aea", "sha256": "af296e4de7b283172718ed45e6f44cc947a2f0624a112bc1c29d1d90e9994c42" }, "downloads": -1, "filename": "Yatcobot-2.0.2.tar.gz", "has_sig": false, "md5_digest": "cca328021805de90f0bb50dbe0ea9aea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16151, "upload_time": "2018-03-31T03:49:33", "url": "https://files.pythonhosted.org/packages/0e/99/4e5eb2e824496d05a0def819670c8a1320a1cbc7f61223abcb5bab93bfb2/Yatcobot-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "a7959e6df18ff7d19362a81bd58997fb", "sha256": "f60e53f4e30bc7708600f575b167b9a6ab2323645af4055f13c39dedc07ef5c4" }, "downloads": -1, "filename": "Yatcobot-2.0.3.tar.gz", "has_sig": false, "md5_digest": "a7959e6df18ff7d19362a81bd58997fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16712, "upload_time": "2018-03-31T04:49:44", "url": "https://files.pythonhosted.org/packages/4c/2c/2877867ba5e98810629f8ec22f429b12a4909dd2c9408848c1c72dc05530/Yatcobot-2.0.3.tar.gz" } ], "2.0.7": [ { "comment_text": "", "digests": { "md5": "0efd8ca3df53ee589116d0b740763219", "sha256": "9d309b62309031332ee5ddf15247a614bdcbccb5dde9a73de96c100de71b7bbb" }, "downloads": -1, "filename": "Yatcobot-2.0.7.tar.gz", "has_sig": false, "md5_digest": "0efd8ca3df53ee589116d0b740763219", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17503, "upload_time": "2018-03-31T20:15:42", "url": "https://files.pythonhosted.org/packages/f6/7d/af600afda0a0ff1aca5ef2e1a27d35aa804a7acc20ee9b3604b4f2450e0e/Yatcobot-2.0.7.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "5301b029ce9566b2061025c55a2c4ff0", "sha256": "741a5a6f2a1c4e3288b380e7fcc2a78eaa93874e8b88349007b0378027c70acd" }, "downloads": -1, "filename": "Yatcobot-2.1.2.tar.gz", "has_sig": false, "md5_digest": "5301b029ce9566b2061025c55a2c4ff0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17694, "upload_time": "2018-03-31T22:58:02", "url": "https://files.pythonhosted.org/packages/27/4f/15f86dac3c29b2f50acbdea01e2c1301b919bcaef88074e2d1938c22b847/Yatcobot-2.1.2.tar.gz" } ], "2.2.12": [ { "comment_text": "", "digests": { "md5": "335e36b122cf92f134657395c99ec941", "sha256": "7b6c9ef3b8c16953ccdafebb974dcdc35acb596449ddc5491070b1600b3972f0" }, "downloads": -1, "filename": "Yatcobot-2.2.12.tar.gz", "has_sig": false, "md5_digest": "335e36b122cf92f134657395c99ec941", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17277, "upload_time": "2018-04-02T03:50:13", "url": "https://files.pythonhosted.org/packages/ec/65/2586ef30febf428093ad226d4e7e0ecbcd2e901f8d2a1aa3e373d28239a5/Yatcobot-2.2.12.tar.gz" } ], "2.2.13": [ { "comment_text": "", "digests": { "md5": "fa979893b6a0ae88377d5d38b4062054", "sha256": "a5938b9a1ee4c3dd0c76c82c09ebc5d954cf9118d6c212aba25d8ce4f2a14abe" }, "downloads": -1, "filename": "Yatcobot-2.2.13.tar.gz", "has_sig": false, "md5_digest": "fa979893b6a0ae88377d5d38b4062054", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17374, "upload_time": "2018-04-02T04:29:48", "url": "https://files.pythonhosted.org/packages/97/7a/f1e91690864eeeb73df1d065296dff97994c910128423a7576b1c1e8dc90/Yatcobot-2.2.13.tar.gz" } ], "2.2.15": [ { "comment_text": "", "digests": { "md5": "9a3b5dc9c838c8c849dda4fa42b34720", "sha256": "92375c2f59843d9081b1a4e854e2bb599b5b30cdae26e6a81697fdbfd07746e6" }, "downloads": -1, "filename": "Yatcobot-2.2.15.tar.gz", "has_sig": false, "md5_digest": "9a3b5dc9c838c8c849dda4fa42b34720", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17612, "upload_time": "2018-04-03T01:24:38", "url": "https://files.pythonhosted.org/packages/42/4a/3d8d81094b4a92594dfab4191694f8bd7ae0e107392951b8f1a960ca9604/Yatcobot-2.2.15.tar.gz" } ], "2.2.16": [ { "comment_text": "", "digests": { "md5": "9f5c39c39b9d97bd7200665319e1b0ab", "sha256": "4c9f209b0fd3f5f12d426eae9f4c9fe052298825407753595978cb00d8f308e7" }, "downloads": -1, "filename": "Yatcobot-2.2.16.tar.gz", "has_sig": false, "md5_digest": "9f5c39c39b9d97bd7200665319e1b0ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17601, "upload_time": "2018-04-03T01:51:20", "url": "https://files.pythonhosted.org/packages/c8/37/d7a120f7f51e00e70f0303af35b457d584fb2453ae492e193c74bb5e5266/Yatcobot-2.2.16.tar.gz" } ], "2.2.18": [ { "comment_text": "", "digests": { "md5": "375283cae06ea214d180424ca83273c7", "sha256": "6b73eced4da9bc2c52ae6f6e1568d6159276190dc0fe7ab1b2218e86d83fdc1c" }, "downloads": -1, "filename": "Yatcobot-2.2.18.tar.gz", "has_sig": false, "md5_digest": "375283cae06ea214d180424ca83273c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17660, "upload_time": "2018-04-03T04:06:09", "url": "https://files.pythonhosted.org/packages/1b/e4/6f4bb5c45dad627830a6ff2996d609e01c810e324b060f1891a0ef1a1ac4/Yatcobot-2.2.18.tar.gz" } ], "2.2.9": [ { "comment_text": "", "digests": { "md5": "bd4e909f6a02c1f8fb6e7b60dcb58df7", "sha256": "3b0350a3712115fe344f1b3fdc3a977e477f30753b51bc5dcd83132156313ad5" }, "downloads": -1, "filename": "Yatcobot-2.2.9.tar.gz", "has_sig": false, "md5_digest": "bd4e909f6a02c1f8fb6e7b60dcb58df7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17089, "upload_time": "2018-04-02T00:21:32", "url": "https://files.pythonhosted.org/packages/e8/38/3c2f7ec6fa942c1aee6ed0325f8d4ffb092b3ce91c69f39693b3725e0152/Yatcobot-2.2.9.tar.gz" } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "f4613d19a0af1e81723d3fe6fcd086a6", "sha256": "361b116c0ec1ef9b5ab357d55b2ef0b8b160757feb525d88199bcf40b483c223" }, "downloads": -1, "filename": "Yatcobot-2.3.2.tar.gz", "has_sig": false, "md5_digest": "f4613d19a0af1e81723d3fe6fcd086a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25074, "upload_time": "2018-04-16T03:04:48", "url": "https://files.pythonhosted.org/packages/55/86/79bccdabf157ef4e6981ec839aa7399cc1014008584f1eebca7b5f0c09bc/Yatcobot-2.3.2.tar.gz" } ], "2.3.3": [ { "comment_text": "", "digests": { "md5": "97020726d95e49f061d3f941c78f55b8", "sha256": "7da981157804c91c2ed3bc11124853c127b5fdefa713bcacbd9d3acc485f2d11" }, "downloads": -1, "filename": "Yatcobot-2.3.3.tar.gz", "has_sig": false, "md5_digest": "97020726d95e49f061d3f941c78f55b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25099, "upload_time": "2018-04-16T03:37:26", "url": "https://files.pythonhosted.org/packages/ea/f2/30bb6842f860d23d2af0e6bf66477ba1813dbe9739f96272ec5e2d452611/Yatcobot-2.3.3.tar.gz" } ], "2.3.4": [ { "comment_text": "", "digests": { "md5": "3f972320aa4084633c515b1766eca718", "sha256": "6f1ed88bb9b9f16e8bf07a8b62f8ff386a2ba4a727d0424e2d41bf126e1b41dc" }, "downloads": -1, "filename": "Yatcobot-2.3.4.tar.gz", "has_sig": false, "md5_digest": "3f972320aa4084633c515b1766eca718", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25152, "upload_time": "2018-07-12T17:42:46", "url": "https://files.pythonhosted.org/packages/9f/74/1b5dadd43e0b2d2a98424ecf7860c0290affee532c660863c976dac1034f/Yatcobot-2.3.4.tar.gz" } ], "2.3.5": [ { "comment_text": "", "digests": { "md5": "8dbc8824ecdc2e291ebf96741df6a50a", "sha256": "31e83749bf9971d0e29ec3f35dc3dd2c76f50bca03cffd8bcb875c8ea8959de4" }, "downloads": -1, "filename": "Yatcobot-2.3.5.tar.gz", "has_sig": false, "md5_digest": "8dbc8824ecdc2e291ebf96741df6a50a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25156, "upload_time": "2018-07-12T18:09:40", "url": "https://files.pythonhosted.org/packages/64/90/91b8c02f9b460501f7db74182e6dfa5de0e74e5f1c4dc8a68195b6cdc0f9/Yatcobot-2.3.5.tar.gz" } ], "2.3.6": [ { "comment_text": "", "digests": { "md5": "6d4f28ef62a1827a16c8943dfa543708", "sha256": "a9401f287083d6ed41d7870729ba6eddb09050df5e172dd4ce649187f6c2cd81" }, "downloads": -1, "filename": "Yatcobot-2.3.6.tar.gz", "has_sig": false, "md5_digest": "6d4f28ef62a1827a16c8943dfa543708", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25162, "upload_time": "2019-03-06T02:15:00", "url": "https://files.pythonhosted.org/packages/0c/43/cbc17f11bca8a40c5799b1de12b75e9b42f6f993e22b6085dc103e014257/Yatcobot-2.3.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d4f28ef62a1827a16c8943dfa543708", "sha256": "a9401f287083d6ed41d7870729ba6eddb09050df5e172dd4ce649187f6c2cd81" }, "downloads": -1, "filename": "Yatcobot-2.3.6.tar.gz", "has_sig": false, "md5_digest": "6d4f28ef62a1827a16c8943dfa543708", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25162, "upload_time": "2019-03-06T02:15:00", "url": "https://files.pythonhosted.org/packages/0c/43/cbc17f11bca8a40c5799b1de12b75e9b42f6f993e22b6085dc103e014257/Yatcobot-2.3.6.tar.gz" } ] }