{"id":21148053,"url":"https://github.com/civictechto/slack-greeting-bot","last_synced_at":"2026-04-28T19:05:22.776Z","repository":{"id":50213902,"uuid":"122424492","full_name":"CivicTechTO/slack-greeting-bot","owner":"CivicTechTO","description":"A slackbot to send a greeting message to a user who joins a channel","archived":false,"fork":false,"pushed_at":"2022-12-08T00:51:54.000Z","size":21,"stargazers_count":1,"open_issues_count":5,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-14T14:12:25.521Z","etag":null,"topics":["flask","gunicorn","heroku","infrastructure","python","slackbot"],"latest_commit_sha":null,"homepage":"https://ctto-greetingbot.herokuapp.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CivicTechTO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-22T03:10:06.000Z","updated_at":"2021-04-27T19:14:03.000Z","dependencies_parsed_at":"2023-01-24T09:15:32.288Z","dependency_job_id":null,"html_url":"https://github.com/CivicTechTO/slack-greeting-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CivicTechTO/slack-greeting-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CivicTechTO%2Fslack-greeting-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CivicTechTO%2Fslack-greeting-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CivicTechTO%2Fslack-greeting-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CivicTechTO%2Fslack-greeting-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CivicTechTO","download_url":"https://codeload.github.com/CivicTechTO/slack-greeting-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CivicTechTO%2Fslack-greeting-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32394533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["flask","gunicorn","heroku","infrastructure","python","slackbot"],"created_at":"2024-11-20T09:20:53.459Z","updated_at":"2026-04-28T19:05:22.732Z","avatar_url":"https://github.com/CivicTechTO.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack Greeting Bot\n\nGreetings! this is a Flask application that is hooked up to slack events api.\nIt sends a welcome message to the user that has just joined channels that this slackbot is configured to react to.\n\n# Requirements\n\nThis Flask application is using python3, since python2.7 will be retiring [soon!!!](https://pythonclock.org/)\n\n# Installation\n\n```shell\n#clone this repo\ngit clone \u003cthisgitrepo\u003e\ncd \u003cthisgitrepo\u003e\n\n# make sure you have virtualenv installed\nvirtualenv venv\n\n# activate your virtualenv\nsource venv/bin/activate\n\n# Install requirementst\npip install -r requirements.txt\n\n```\n\n# Development\n\nOnce the installation is done, can run the application locally.\n\n```shell\n\nexport FLASK_APP=app.py\n\nexport FLASK_DEBUG=1\n\n# Export the environ variables needed for sending chat messages\nexport SLACK_BOT_OAUTH_TOKEN='YOU_BOT_TOKEN_FROM_SLACK'\n\nexport SLACK_BOT_USERNAME='YOUR SLACKBOT USERNAME'\n\nexport CHANNEL_IDS='COMMA_SEPARATED_LIST_OF_CHANNEL_IDS'\n\n# run the Flask app\npython -m flask run\n\n```\n\n# Testing with Slack API\n\nTo test with the Slack API from your local development environment, would suggest `ngrok` to tunnel the flask app running on the machine's port.\n\n# Deployment\n\nWe use [Heroku ](https://heroku.com) for hosting the chatbot service.\n\nThe `master` branch is setup to auto deploy to heroku whenever changes are pushed into the master branch. The `master` branch is a protected branch, changes can only be submitting through pull requests and requires reviews before merging. See our [CONTRIBUTING](CONTRIBUTING.md) for \n\nThe chatbot service lives at: [https://ctto-greetingbot.herokuapp.com](https://ctto-greetingbot.herokuapp.com)\n\n# Contributing\n\nPlease see our [contributing guidelines](CONTRIBUTING.md).\n\n# LICENSE\n\nSee [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivictechto%2Fslack-greeting-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcivictechto%2Fslack-greeting-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivictechto%2Fslack-greeting-bot/lists"}