{ "info": { "author": "David Smerkous", "author_email": "smerkousdavid@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "License :: Other/Proprietary License", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# drunkbot\n\n### Intro\nDrunk bot is a full python cross platform discord bot that has many capabilities even the ability to add your own.\nCurrently available options are youtube downloading (video and audio), playlist, audio web scrapers, image web scrapers,\nplaylist and song controls. Memes... random... uploading and downloading. Custom commands that you can add, some simple\nmath commands have been provided\n\n**Now with simple command support**\nUsers who use drunkbot and add their own configured commands to Commands.txt\nWithout interfacing the discord.py api at all\n\n\n## Installing\n\nThe installation of drunkbot can be easy for most users. Here is what you need to do.\n*First* make sure that you have python3.5 installed on your machine. Some already have it\nOn others you might have to google how to install it. *Second* Also make sure you have pip installed.\n\n**Linux users** Make sure you have (as discord.py says) these two packages installed\n- libffi-dev (or `libffi-devel` on some systems)\n- python3.5-dev\n\n\n####Step 1\n\nCopy and paste this below into your terminal\n\n python3.5 -m pip install https://github.com/smerkousdavid/drunkbot/archive/master.zip#egg=drunkbot --upgrade\n\n\n\n####Step 2\n\nSetup the bot with your account/application\n\nIf you already have a bot (application) and a token id just do\n\n drunkbot --token 'TOKEN.ID'\n\n\nThis will automatically setup drunkbot to run with your client token id (This command wont start the sever keep reading)\n\nIf you **don't** have an application with a bot user\n\n 1. Go here (login): https://discordapp.com/developers/applications/me\n 2. Press new application\n 3. Put a picture and name for the application (Description would be nice)\n 4. Click \"Create bot user\" and click \"Yes\"\n 5. Click \"Show token on the bot\"\n 6. Copy and paste the token into the command above\n\n####Step 3\n\nAdd the bot to a server\n\n\n 1. Go here (login): https://discordapp.com/developers/applications/me\n 2. Click on your previous application\n 3. Copy and paste the client id into the url below (remove the < and > when pasting)\n 4. https://discordapp.com/oauth2/authorize?client_id=&scope=bot&permissions=536083519\n 5. Open that url (You should see a connect to discord window)\n 6. Click select a server then click on your server\n 7. Press the big blue authorize button\n 8. You're done\n\n## Usage\n\nNow to actually run drunkbot\n\nTo see the available command line options run\n\n drunkbot -h\n\nHere is an example of starting the drunkbot server\nWith a startup message\n\n drunkbot -s \"I'm booted baby!\"\n\n####Getting started on discord\n\nSend this message on the server the bot is located on\n\n !help advanced\n\nExample of me making a youtube search with drunk bot (Key words then what you want to do with the search)\n\n !youtube karmin flex zone describe\n\nNow if I wanted to play that song\n\n !youtube karmin flex zone play\n\nAnnoyed of that song why don't you pause it...\n\n !audio pause\n\nWait what do I have in stock on the sever\n\n !audio list\n\nLet me add something to it\n\n !youtube pharrell marilyn download\n or\n !audio download william\n\nEww gross those sucked\n\n !audio delete Pharrel all\n\nI would just like to look at something now...\n\n !random\n\nAre you in the mood for french?\n\n !youtube https://www.youtube.com/watch?v=5SM-nA5l2HU play\n\nTrust me there are more commands i'm just having fun with these right now\nCheck out the !help for a current list of all commands\n\n## License\nThis is licensed under General Public License (v3)\nLook at the license file for more information", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/smerkousdavid/drunkbot", "keywords": "drunkbot,discord,bot,audio scraper,video scraper,youtube", "license": "General Public License v3", "maintainer": null, "maintainer_email": null, "name": "drunkbot", "package_url": "https://pypi.org/project/drunkbot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/drunkbot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/smerkousdavid/drunkbot" }, "release_url": "https://pypi.org/project/drunkbot/1.9/", "requires_dist": null, "requires_python": null, "summary": "A discord bot platform independent using ffmpeg, youtube-dl, scrapers and more", "version": "1.9" }, "last_serial": 2213049, "releases": { "1.9": [] }, "urls": [] }