Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.
Abdur-Rahmaan Janhangeer edited this page Nov 19, 2016 · 11 revisions

Welcome to the honeybot wiki! - transfered to github.com/honeybotorg

Description

honeybot is a small and very simple python bot based on jeroenbonger's bot template

Bot features

currently bot:

  • responds in query / pm

  • multi-channel

  • kicks user upon using swear words

  • provides responses based upon specific questions

  • sniffs conversation and says something

  • fetches weather

  • sends mail //only send mail if it is your bot as the bot runner will see your private details

  • counts letters in webpage

has custom commands for owners like

  • join channel

  • quit channel

  • quit irc

  • announcement

  • calculates sin

  • calculates cos

  • calculates square root

  • generates random number for given range

  • creates multiplication table

  • generates text-based graphical representations of objects

Bot commands

excluding responses

OWNERS ONLY :

join channel .bot join #channel

quit channel .bot part #channel

quit irc .bot quit

announce .bot-announce my message. i am inviting you-#channel //creates fancy msg

OTHERS

weather :

.wea country place

example : .wea mu port louis

for port louis, mauritius

mail : //only send mail if it is your bot as the bot runner will see your private details

.mail # addressfrom # addressto # subject # body # password # smtp # smtp port

example : .mail # [email protected] # [email protected] # urgent # how is your health? # supersecret # smtp.gmail.com # 587

sine :

.sin 34

cosine :

.cos 45

square root :

.sqr 34

random number :

.rand 3 56 //generates a random number from 3 to 56 inclusive

multiplication table :

.table 2 40 //multiplies 2 up to 40

graphics :

.pr

example : .pr railway

to print railway on the screen

	      β•‘β–’β–’β–ˆβ–ˆβ–’β–’β–’β–ˆβ–ˆβ–’β–’β•‘
		β•‘β–’β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β•‘
		β•‘β–’β–’β–ˆβ–ˆβ–’β–’β–’β–ˆβ–ˆβ–’β–’β•‘
		β•‘β–’β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β•‘
		β•‘β–’β–’β–ˆβ–ˆβ–’β–’β–’β–ˆβ–ˆβ–’β–’β•‘
		β•‘β–’β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β•‘
		β•‘β–’β–’β–ˆβ–ˆβ–’β–’β–’β–ˆβ–ˆβ–’β–’β•‘
		β•‘β–’β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β•‘
		β•‘β–’β–’β–ˆβ–ˆβ–’β–’β–’β–ˆβ–ˆβ–’β–’β•‘
		β•‘β–’β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β•‘
		β•‘β–’β–’β–ˆβ–ˆβ–’β–’β–’β–ˆβ–ˆβ–’β–’β•‘
		β•‘β–’β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β•‘
		β•‘β–’β–’β–ˆβ–ˆβ–’β–’β–’β–ˆβ–ˆβ–’β–’β•‘

GIVE IT A HELPING HAND !

Clone this wiki locally