{"id":15691531,"url":"https://github.com/loftwah/woodhouse","last_synced_at":"2025-08-01T16:09:35.478Z","repository":{"id":103662794,"uuid":"602898306","full_name":"loftwah/woodhouse","owner":"loftwah","description":"Woodhouse is my Discord ChatGPT bot","archived":false,"fork":false,"pushed_at":"2023-03-01T02:09:21.000Z","size":34,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T00:53:58.110Z","etag":null,"topics":["chatgpt","discord","discord-bot","docker","gpt-3","openai"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loftwah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"loftwah"}},"created_at":"2023-02-17T07:12:36.000Z","updated_at":"2024-05-18T09:41:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a93b79d-9c01-4f86-8e86-c6939c610f39","html_url":"https://github.com/loftwah/woodhouse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Zero6992/chatGPT-discord-bot","purl":"pkg:github/loftwah/woodhouse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loftwah%2Fwoodhouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loftwah%2Fwoodhouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loftwah%2Fwoodhouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loftwah%2Fwoodhouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loftwah","download_url":"https://codeload.github.com/loftwah/woodhouse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loftwah%2Fwoodhouse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268257250,"owners_count":24221054,"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-08-01T02:00:08.611Z","response_time":67,"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":["chatgpt","discord","discord-bot","docker","gpt-3","openai"],"created_at":"2024-10-03T18:22:09.030Z","updated_at":"2025-08-01T16:09:35.453Z","avatar_url":"https://github.com/loftwah.png","language":"Python","funding_links":["https://github.com/sponsors/loftwah"],"categories":[],"sub_categories":[],"readme":"# Woodhouse Discord Bot\n\nGet things done with Woodhouse\n\n![Woodhouse](https://user-images.githubusercontent.com/19922556/222026473-31684975-3a12-47a8-a4e3-3d81a575aa47.jpg)\n\nWelcome to Woodhouse, your personal assistant for all things Discord. With Woodhouse, you can chat with a state-of-the-art AI, powered by OpenAI's GPT-3 technology, and perform various commands to customize your chat experience. Whether you're looking to switch between public and private chat, reply to all messages in a channel, or clear your conversation history, Woodhouse has got you covered.\n\n## Features\n\n* `/chat [message]` - Chat with Woodhouse!\n* `/private` - Switch to private mode\n* `/public` - Switch to public mode\n* `/replyall` - Switch between replyall mode and default mode\n* `/reset` - Clear your conversation history\n\n## Chatting with Woodhouse\n\nOnce you've invited Woodhouse to your Discord server, you can start chatting with the bot by using the `/chat` command followed by your message. Woodhouse will then respond to your message with a generated response from its GPT-3 model. You can also switch to private or public chat modes, or even reply to all messages in a channel with the `/replyall` command.\n\n## Getting Started\n\nTo get started with Woodhouse, you'll need to do the following:\n\n### Step 1: Create a Discord bot\n\n1. Go to [https://discord.com/developers/applications](https://discord.com/developers/applications) and create an application\n2. Build a Discord bot under the application\n3. Get the token from bot settings\n4. Store the token in a `.env` file under `DISCORD_BOT_TOKEN`\n5. Turn MESSAGE CONTENT INTENT `ON`\n6. Invite your bot to your server via OAuth2 URL Generator\n\n### Step 2: Generate an OpenAI API key\n\n1. Go to [https://beta.openai.com/account/api-keys](https://beta.openai.com/account/api-keys)\n2. Click Create new secret key\n3. Store the secret key in a `.env` file under `OPENAI_KEY`\n\n### Step 3: Run the bot\n\n1. Open a terminal or command prompt\n2. Navigate to the directory where you installed the Woodhouse Discord bot\n3. Run `python3 main.py` to start the bot\n\nAlternatively, you can use Docker to run the bot. To do so:\n\n1. Build the Docker image and run the Docker container with `docker compose up -d`\n2. Inspect whether the bot is working properly with `docker logs -t woodhouse-discord-bot`\n\n### Optional: Setup a starting prompt\n\nA starting prompt will be invoked when the bot is first started or reset. To set it up:\n\n1. Modify the content in `starting-prompt.txt` (I have set this up to begin in DAN mode. If you don't know what this is, please Google it)\n2. All the text in the file will be fired as a prompt to the bot\n3. Get the first message from Woodhouse in your Discord channel by right-clicking on the channel you want to receive the message from, copying the ID, and pasting it into `.env` under `DISCORD_CHANNEL_ID`\n\n## Important Updates\n\nAs of the last update, ChatGPT is no longer available, so Woodhouse has been switched to using OpenAI's GPT-3 model instead. Also, please note that the ChatGPT API has been highly unstable, so please proceed with caution when using it. Lastly, the ChatGPT model now requires payment to use.\n\n## Contributing\n\nIf you'd like to contribute to Woodhouse, feel free to fork the repository and submit a pull request. We'd be happy to consider your contributions.\n\n## License\n\nThis project is licensed under the GNU General Public License v2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floftwah%2Fwoodhouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floftwah%2Fwoodhouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floftwah%2Fwoodhouse/lists"}