dickserv- irc bot with many useful commands |
git clone git://git.acid.vegas/dickserv.git |
Log | Files | Refs | Archive | README | LICENSE |
README.md (2395B)
1 ###### Requirments 2 * [Python](https://www.python.org/downloads/) *(**Note:** This script was developed to be used with the latest version of Python.)* 3 * [PySocks](https://pypi.python.org/pypi/PySocks) *(**Optional:** For using the `proxy` setting.)* 4 * [beautifulsoup4](https://pypi.python.org/pypi/beautifulsoup4) 5 * [google-api-python-client](https://pypi.python.org/pypi/google-api-python-client) 6 7 ###### Commands 8 | Command | Description | 9 | --- | --- | 10 | @dickserv | Information about the bot. | 11 | @dickserv help | Information about the commands. | 12 | coin \<cryptocurrency> | Get the USD value for \<cryptocurrency>. | 13 | date | Get the current date and time. | 14 | define \<word> | Get the definition of \<word>. | 15 | drug \<query> | Lookup information on \<drug> on tripsit. | 16 | g \<query> | Search Google for \<query>. | 17 | imdb \<query/ttid> [year] | Search \<query/ttid> on IMDb. | 18 | isup \<url> | Check if \<url> is up or not. | 19 | netsplit \<query> | Search for \<query> on NetSplit. | 20 | r \<subreddit> | Read top posts from \<subreddit> | 21 | talent | RIP DITTLE DIP DIP DIP DIP IT\'S YA BIRTHDAY!!1@11! | 22 | todo | Read your todo list. | 23 | todo add \<data> | Add \<data> to your todo list. | 24 | todo del \<num>| | Delete the \<num> todo result. | 25 | tpb \<query> | Searc \<query on ThePirateBay. | 26 | ud \<word> | Get the urban dictionary definition of \<word>. | 27 | uptime | Get the amount of time DickServ has been running. | 28 | w \<zip_code> | Get the weather for \<zip>. | 29 | wolfram \<ask> | Get the results of \<query> from WolframAlpha. | 30 | yt \<query> | Search \<query> on YouTube. | 31 32 ###### Admin Commands (Private Message) 33 | Command | Description | 34 | --- | --- | 35 | config | View the config settings. | 36 | config \<setting> \<value> | Change \<setting> to \<value>. | 37 | ignore | View the ignore list. | 38 | ignore add \<ident> | Add a user to the ignore list. | 39 | ignore del \<ident> | Remove a user from the ignore list. | 40 | ignore reset | Remove all ignores. | 41 | off | Toggle the usage of the bot commands. | 42 | on | Toggle the usage of the bot commands. | 43 | todo | List all todos. | 44 | todo expire | Remove all expired todos. | 45 | todo reset | Remove all todos. | 46 47 ###### Mirrors 48 - [acid.vegas](https://acid.vegas/dickserv) *(main)* 49 - [SuperNETs](https://git.supernets.org/acidvegas/dickserv) 50 - [GitHub](https://github.com/acidvegas/dickserv) 51 - [GitLab](https://gitlab.com/acidvegas/dickserv)