{"id":23215439,"url":"https://github.com/celerium/teamsfun","last_synced_at":"2025-10-05T22:53:12.209Z","repository":{"id":268303233,"uuid":"903856237","full_name":"Celerium/TeamsFun","owner":"Celerium","description":"Just a simple module for posting things to Microsoft Teams","archived":false,"fork":false,"pushed_at":"2024-12-15T22:55:20.000Z","size":1065,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T13:44:13.434Z","etag":null,"topics":["api","celerium","reddit","teams"],"latest_commit_sha":null,"homepage":"https://celerium.github.io/TeamsFun/","language":"PowerShell","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/Celerium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://www.buymeacoffee.com/Celerium"}},"created_at":"2024-12-15T18:20:34.000Z","updated_at":"2024-12-15T22:55:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"36942946-41e0-4a36-9b93-2877c65c3a4a","html_url":"https://github.com/Celerium/TeamsFun","commit_stats":null,"previous_names":["celerium/teamsfun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Celerium/TeamsFun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Celerium%2FTeamsFun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Celerium%2FTeamsFun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Celerium%2FTeamsFun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Celerium%2FTeamsFun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Celerium","download_url":"https://codeload.github.com/Celerium/TeamsFun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Celerium%2FTeamsFun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278532356,"owners_count":26002346,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","celerium","reddit","teams"],"created_at":"2024-12-18T20:16:31.571Z","updated_at":"2025-10-05T22:53:12.191Z","avatar_url":"https://github.com/Celerium.png","language":"PowerShell","funding_links":["https://www.buymeacoffee.com/Celerium"],"categories":[],"sub_categories":[],"readme":"# TeamsFun\n\nJust a simple module for posting silly things to Microsoft Teams\n\nContains the following cmdlets\n\n- Send-TeamsDadJoke\n- Send-TeamsPokemon\n- Send-TeamsPurr\n- Send-TeamsWoof\n\n## Initial Setup \u0026 Running\n\n1. Teams Channel \u003e Connectors \u003e Incoming Webhook\n    - Give the webhook a name, logo, \u0026 create the webhook\n2. Copy the URI\n    - The URI is how you tell the script what teams channel to send a post to\n\n```posh\n    .\\Send-TeamsPurr.ps1 -TeamsURI 'https://outlook.office.com/webhook/123/.....'\n```\n\n## Help :blue_book:\n\n- Help info and a list of parameters can be found by running `Get-Help .\\CommandName`, such as:\n\n```posh\nGet-Help Send-TeamsPurr.ps1\nGet-Help Send-TeamsPurr.ps1 -Full\n```\n\n---\n\n## Send-TeamsDadJoke\n\nDad jokes are randomly selected from [icanhazdadjoke.com](icanhazdadjoke.com)\n\n![Send-TeamsDadJoke](https://github.com/Celerium/TeamsFun/blob/main/.github/images/Celerium-Send-DadJoke-Example001.png)\n\n---\n\n## Send-TeamsPokemon\n\nPokemon data is pulled from the [PokeAPI API](https://pokeapi.co/) using the [PokeAPI Powershell wrapper](https://www.powershellgallery.com/packages/PokeAPI)\n\nWhen this script runs it randomly selects a day of the week and tries to match it to the current day of the week. I put this in to simulate wondering through tall grass to randomly get a pokemon\n\n![Send-TeamsPokemon](https://github.com/Celerium/TeamsFun/blob/main/.github/images/Celerium-Send-Pokemon-Example001.png)\n\n---\n\n## Send-TeamsPurr\n\nAn image is randomly selected from a random cat subreddit. Cat facts are pulled from the catfact.ninja API\nWhen the r/Chonkers subreddit is used, the Teams post will be formatting to accommodate for the chonks size.\n\n![Send-TeamsPurr](https://github.com/Celerium/TeamsFun/blob/main/.github/images/Celerium-Send-Purr-Example001.png)\n\n---\n\n## Send-TeamsWoof\n\nAn image is randomly selected from a random dog subreddit. Dog facts are pulled from the [Dog API](https://dogapi.dog)\nWhen the r/Puppies subreddit is used, the Teams post will be formatting to accommodate for the puppies size.\n\n![Send-TeamsWoof](https://github.com/Celerium/TeamsFun/blob/main/.github/images/Celerium-Send-Woof-Example001.png)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelerium%2Fteamsfun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelerium%2Fteamsfun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelerium%2Fteamsfun/lists"}