{"id":15714308,"url":"https://github.com/jrzingel/geologs","last_synced_at":"2026-01-23T13:46:45.576Z","repository":{"id":255944182,"uuid":"853941128","full_name":"jrzingel/geologs","owner":"jrzingel","description":"Slack bot to watch log files and run basic server commands","archived":false,"fork":false,"pushed_at":"2024-11-29T07:56:19.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T23:50:01.761Z","etag":null,"topics":["bot","python","slack"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/geologs/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jrzingel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-08T00:51:43.000Z","updated_at":"2024-11-29T07:56:23.000Z","dependencies_parsed_at":"2024-10-24T11:58:20.997Z","dependency_job_id":"f4790670-a2b0-428b-add5-04488713abf5","html_url":"https://github.com/jrzingel/geologs","commit_stats":null,"previous_names":["gyndlf/geologs","jrzingel/geologs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jrzingel/geologs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrzingel%2Fgeologs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrzingel%2Fgeologs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrzingel%2Fgeologs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrzingel%2Fgeologs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrzingel","download_url":"https://codeload.github.com/jrzingel/geologs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrzingel%2Fgeologs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28693331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bot","python","slack"],"created_at":"2024-10-03T21:36:02.440Z","updated_at":"2026-01-23T13:46:45.541Z","avatar_url":"https://github.com/jrzingel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![https://pypi.org/project/geologs](https://img.shields.io/pypi/v/geologs.svg) ![https://pypi.org/project/geologs](https://img.shields.io/pypi/wheel/geologs) ![](https://img.shields.io/badge/certified-cool_project-blue)\n\n\n# Geologs - Slack Bot\n\n- Runs basic system commands and pipes the output to slack\n- Watches specified log files and parses new lines before posting them in a specific slack channel\n\nPull requests welcome.\n\n\n## Installation\n``\npip install geologs\n``\n\nA new Slack application needs to be made for each server. Use `manifest.json` as a template for the required permissions.\n\nIt is expected the API keys are given as environmental variables as `SLACK_BOT_TOKEN` and `SLACK_APP_TOKEN`.\n\n```\npython -m geologs --conf=config.toml\n```\n\n\n## Configuration\nDefine the log files to listen to, delay in seconds between checking the file and an optional parser. \n\nAvailable parsers can be found in `geologs/parsers.py` to format the logs in a pretty format.\n\n```toml\n[testing]\nchannel = \"#file-logs\"\nlogfile = \"test.log\"\ndelay = 10\nparser = \"basic\"\n\n[test2]\nchannel = \"#ssh-logins\"\nlogcmd = \"journalctl -u sshd --no-pager -f\"\ndelay = 5\nparser = \"ssh\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrzingel%2Fgeologs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrzingel%2Fgeologs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrzingel%2Fgeologs/lists"}