{"id":23623421,"url":"https://github.com/ticklemycode/joke-slack-bot","last_synced_at":"2025-07-21T03:02:56.062Z","repository":{"id":143812967,"uuid":"136620450","full_name":"ticklemycode/joke-slack-bot","owner":"ticklemycode","description":"Toy app - Joke Slackbot","archived":false,"fork":false,"pushed_at":"2018-06-08T13:31:44.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-18T12:36:07.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ticklemycode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-08T13:09:29.000Z","updated_at":"2018-06-08T13:31:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"37303f82-6a38-468a-a21d-aafdbefa8c25","html_url":"https://github.com/ticklemycode/joke-slack-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ticklemycode/joke-slack-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticklemycode%2Fjoke-slack-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticklemycode%2Fjoke-slack-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticklemycode%2Fjoke-slack-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticklemycode%2Fjoke-slack-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ticklemycode","download_url":"https://codeload.github.com/ticklemycode/joke-slack-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticklemycode%2Fjoke-slack-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266231762,"owners_count":23896473,"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":"2024-12-27T20:39:58.460Z","updated_at":"2025-07-21T03:02:56.048Z","avatar_url":"https://github.com/ticklemycode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack Bot @jokebot\nSimple intro to working with Slack Bots. Followed guide from Traversy Media https://www.youtube.com/watch?v=nyyXTIL3Hkw\u0026t=1720s\n\n### Dependencies\n- slack-bot-api - https://github.com/mishk0/slack-bot-api\n- axios - https://github.com/axios/axios\n\n```js\nnpm install\n```\n\n### Configure Slack Bot dependency\n```js\nconst SlackBot = require('slackbots');\n\nconst bot = new SlackBot({\n  token: '\u003cTOKEN\u003e',  //Bot User OAuth Access Token\n  name: '\u003cAPP_NAME\u003e' // App name\n});\n```\n\n Posting message to Slack Channel\n```js\n  bot.postMessageToChannel(\n    'general',\n    'Get Ready to laugh with @jokebot!',\n    params\n  );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticklemycode%2Fjoke-slack-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fticklemycode%2Fjoke-slack-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticklemycode%2Fjoke-slack-bot/lists"}