{"id":20544396,"url":"https://github.com/toddbirchard/shibabot","last_synced_at":"2025-07-17T21:34:48.342Z","repository":{"id":46012940,"uuid":"262574042","full_name":"toddbirchard/shibabot","owner":"toddbirchard","description":":dog2: :space_invader: Chatbot for Discord","archived":false,"fork":false,"pushed_at":"2024-06-26T06:24:02.000Z","size":965,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-14T09:58:02.506Z","etag":null,"topics":["chatbot","discord","discord-bot","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/toddbirchard.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,"zenodo":null}},"created_at":"2020-05-09T13:12:48.000Z","updated_at":"2024-06-26T06:24:06.000Z","dependencies_parsed_at":"2025-04-14T09:52:44.332Z","dependency_job_id":"397f08a2-6bcc-45ee-891b-099ac2a0d275","html_url":"https://github.com/toddbirchard/shibabot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/toddbirchard/shibabot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddbirchard%2Fshibabot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddbirchard%2Fshibabot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddbirchard%2Fshibabot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddbirchard%2Fshibabot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toddbirchard","download_url":"https://codeload.github.com/toddbirchard/shibabot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddbirchard%2Fshibabot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265663016,"owners_count":23807465,"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":["chatbot","discord","discord-bot","python","python3"],"created_at":"2024-11-16T01:44:14.577Z","updated_at":"2025-07-17T21:34:48.304Z","avatar_url":"https://github.com/toddbirchard.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shibabot\n\n![Shibabot](./.github/shibabot_small@2x.png)\n\n![Python](https://img.shields.io/badge/Python-v^3.10-blue.svg?logo=python\u0026longCache=true\u0026logoColor=white\u0026colorB=5e81ac\u0026style=flat-square\u0026colorA=4c566a)\n![Discord](https://img.shields.io/badge/Discord-v2.4.0-blue.svg?longCache=true\u0026logo=discord\u0026style=flat-square\u0026logoColor=white\u0026colorB=B48EAD\u0026colorA=4c566a)\n![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square\u0026colorA=4c566a\u0026colorB=a3be8c\u0026logo=GitHub)\n[![GitHub Issues](https://img.shields.io/github/issues/toddbirchard/shibabot.svg?style=flat-square\u0026colorA=4c566a\u0026logo=GitHub\u0026colorB=ebcb8b)](https://github.com/toddbirchard/shibabot/issues)\n[![GitHub Stars](https://img.shields.io/github/stars/toddbirchard/shibabot.svg?style=flat-square\u0026colorA=4c566a\u0026logo=GitHub\u0026colorB=ebcb8b)](https://github.com/toddbirchard/shibabot/stargazers)\n[![GitHub Forks](https://img.shields.io/github/forks/toddbirchard/shibabot.svg?style=flat-square\u0026colorA=4c566a\u0026logo=GitHub\u0026colorB=ebcb8b)](https://github.com/toddbirchard/shibabot/network)\n\n## Commands\n\n* `!giphy [param]`: Fetch a gif from Giphy.\n* `!stock [param]`: 30-day performance chart for a given stock ticker symbol.\n* `!crypto [param]`: 60-day performance chart for a given cryptocurrency symbol.\n* `!wiki [param]`: Fetch Wikipedia summary of a given topic.\n* `!imdb [param]`: Fetch movie summaries, ratings, and box office performance.\n* `!urban [param]`: Get definition from UrbanDictionary.\n* `!weather [param]`: Return temperature and weather per city/state/zip.\n\n## Getting Started\n\n### Installation\n\nInstall and run this bot via simple Makefile commands:\n\n```shell\n$ git clone https://github.com/toddbirchard/shibabot.git\n$ cd shibabot\n$ make install\n$ make run\n```\n\n### Configuration\n\nReplace the values in **.env.example** with your values and rename this file to **.env**:\n\n* `ENVIRONMENT`: Set to either `development` or `production` for logging purposes.\n* `DISCORD_TOKEN`: Secret API token.\n* `DISCORD_CHANNEL_1`: Server name for bot to join.\n* `DISCORD_CHANNEL_2`: Additional server name for bot to join (optional).\n* `GIPHY_API_KEY`: API key secret for fetching Giphy images.\n* `IEX_API_TOKEN`: API key secret for fetching stock data.\n* `ALPHA_VANTAGE_API`: API key secret for fetching crypto data.\n* `PLOTLY_API_KEY`: Plotly chart studio API key.\n* `PLOTLY_USERNAME`: Plotly user to generate charts via Plotly studio.\n* `WEATHERSTACK_API_KEY`: API key for fetching weather data.\n\n*Remember never to commit secrets saved in .env files to Github.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddbirchard%2Fshibabot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoddbirchard%2Fshibabot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddbirchard%2Fshibabot/lists"}