DEV Community

Discussion on: Who's looking for open source contributors? (Feb 18th edition)

Collapse
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer • Edited

Honeybot

Languages / Skills

  • python
  • graphic design

About

An IRC bot with plugins system

Issues needing help with

  • write more plugins
  • add more documentations to the wiki
  • perfect the plugins api
  • write tests
  • improve codebase
  • design badges for contributors
  • feel free

Abdur-rahmaanJ / honeybot

Building my own IRC bot. Honeybot, a new simple bot, ignited in mauritius, powered by python.

🍯 honeybot py

honeybot: the bot to learn python

alt text

project available via

Open Source Helpers

some history

i actually started learning python through that bot. java was too much a pain for a simple connection. learnt some new py tricks? create a plugin that uses it ^^

contributing countries

πŸ‡²πŸ‡Ί πŸ‡ΊπŸ‡Έ

βœ‚ some features

  • 🍬 OOP architecture
  • πŸ›°οΈ keyword parameters
  • 🌡 password security with config file [disabled for now]
  • πŸ”Œ now with plugins

πŸ“š more info

[ wiki ]

commands

[ commands ]

quickstart

  • add a config file called 'settings.cfg' having the following [disabled for now]
[BOT_SETTINGS]
password = none
  • run main.py

plugins tutorial

todo πŸ”Œ plugins

  • πŸ’ humour
  • 🌨️ weather
  • βœ‰οΈ mail
  • πŸŽ›οΈ maths
  • πŸ“₯ pm when user online

allow plugins

in PLUGINS.conf, add the plugin to allow on a new line !

calc
username

contact