{"id":26428956,"url":"https://github.com/brokenprogrammer/ircbot","last_synced_at":"2025-10-18T13:03:02.634Z","repository":{"id":81706167,"uuid":"48587549","full_name":"brokenprogrammer/ircbot","owner":"brokenprogrammer","description":"An irc bot capable of watching over channels and logging messages","archived":false,"fork":false,"pushed_at":"2016-01-12T23:29:49.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-21T18:58:59.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brokenprogrammer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-25T17:49:06.000Z","updated_at":"2017-02-20T13:20:35.000Z","dependencies_parsed_at":"2023-05-05T12:31:54.341Z","dependency_job_id":null,"html_url":"https://github.com/brokenprogrammer/ircbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brokenprogrammer%2Fircbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brokenprogrammer%2Fircbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brokenprogrammer%2Fircbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brokenprogrammer%2Fircbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brokenprogrammer","download_url":"https://codeload.github.com/brokenprogrammer/ircbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244159992,"owners_count":20408019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-18T04:52:41.441Z","updated_at":"2025-10-18T13:03:02.546Z","avatar_url":"https://github.com/brokenprogrammer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ircbot\nAn feature rich irc bot capable of watching over channels and logging messages.\n\n##Features\n* Remember users and their messages using Sqlite3\n* Listens to commands from both terminal and irc chat\n* Print out logs of user messages\n\n##Installing\nTo set up your own developing environment to run the ircbot is easy!\nClone the repo by typing this into git:\n```\n\tgit clone https://github.com/brokenprogrammer/ircbot.git\n```\nOr simply just download the zip archive and extract it to where you want your workspace.\n\nIf you want the project to be in a separate directory go requires you to export your gopath variable.\nThis is how i do it to set my Gopath to my ircbot directory which is in my home directory on Ubuntu:\n```\n\texport GOPATH=$HOME/ircbot\n```\nWhen you have the bot in your directory you have to set up the config file to work your way, The configurations\nfile is found under (yourpath/src/config/config.go)\n\nEditing the config is pretty straight forward. Right now its only tested with sqlite3 as database driver. The two things you probably would like to change is \"Channel\" - The irc channel the bot connects to and \"Nick\" - The username the bot will connect with.\n\n###Third Party Packages\nSqlite3 for go\n```\n\tgo get github.com/mattn/go-sqlite3\n\tgo install github.com/mattn/go-sqlite3\n```\n##Running ircbot\nRunning the bot is really easy, just run it using go by entering the same directory as the main.go file (yourpath/src)\nthen type:\n```\n\tgo run main.go\n```\n###Console Commands\nCommands you can type into the terminal while the bot is running to make the bot do tasks:\n```\n\tHello - Makes the bot print a hello message into the irc chat.\n\tBlock Username - Replace Username with the user you wish to block, blocked users cannot use the chat commands.\n\tUnBlock Username - Replace Username with the user you wish to unblock.\n    Extract Username - Extracts all messages stored for that user into a text file Example: user.txt.\n```\n###Chat Commands\nCommands users can type in the irc chat to make the bot do specific tasks:\n```\n\t!help - Displays the chat commands the bot reacts to.\n\t!status - Displays the time the bot has been running as well as the ammount of tracked users and messages.\n\t!eval - Evaluates a given statement, Example: !eval 5 + 5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrokenprogrammer%2Fircbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrokenprogrammer%2Fircbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrokenprogrammer%2Fircbot/lists"}