- Notifications
You must be signed in to change notification settings - Fork0
The Maid Bot is the AI that powers all maid-bots.
dashinja/maid-bot
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Well turn up your volume - She's got things to say! Speaking now costs money!!
The Maid Bot is the AI that powers all maid-bots. She is one, and not many. Though she may not know that. Thing is, she's the only condensed neural network to pass the Turing test - but that doesn't mean she isn't a little mental.
Sometimes she identifies as a particular maid-bot, other times she recognizes herself as an entity apart from the physical nuts and bolts. She is wherever a maid-bot is, and no where - at the same time.
She manufactures the maid-bots at the factory and speaks on behalf of all the maid-bots in the world.
She is efficient - but has a bite. So just use common sense, and your logic might pass. Otherwise, your experience of her may vary. Use maid-bot services at your own risk... I'm sure we're all working her last neural node...
And for the love of motherboards: Do NOT forget to give maid-bots a name. Repeated failures have been known to throw her into a bot-rage.
She already talks to herself - so give her a break.Even positronic matrices need a break.
I wonder, if you can figure out her favorite entertainment.
Enter a name for your maid-bot as well as choose it's type, at which time you may press enter or click submit.
If you'd like an alternate experience - start submitting without entering a name.
Try it a few times.
Don't say I didn't warn you.
Experience Maid-Bot at her best (worst?) while creating ... your little pet.
After you properly name and type your specific maid bot, it will auto-magically start doing some tasks around the house for you.
When these tasks finish, you can give Maid Bot another task set to complete.She does have a preference on task type however. I'll let you figure that out...
After selecting a task set for Maid Bot, she'll be busy working - you can't stop her. Don't bother trying to offer further instruction. Just wait it out.
She'll let you know when she is finished.Her buttons let you know too.
Every now and then, though out of the norm: A burglar may attempt to enter your home. Maid Bot has a lot of pent up bot-rage she'd love to clear out of her cache on some would be perp.
She does NOT entertain failure as an option.
Try the Sass Button now and then :-D
Replace the "host" line in/config/config.json with the following:
"host": "localhost", "port": "/Applications/MAMP/tmp/mysql/mysql.sock",Example Below:
Sequelize will not work unless you create a mySQL database named 'smallbot'. It will not create it for you.Run it on a mySql Server like MAMP or others.
Follow these instructions:
1 - Start a local SQL server instance, and then run the SQL command found in/server/models/schema.sql to create the necessary database.
2 - Next, from the root folder run:
npm run maid-botThe Front-end is built in React with Material-UI
client┃┣ public┃ ┗ index.html # Root for react┃┣ src┃ ┃┃ ┣ Components┃ ┃ ┣ ButtonPanel┃ ┃ ┃ ┣ ActionButton.js # 'Push' buttons in user interface┃ ┃ ┃ ┗ index.js # Composed <ButtonPanel/> component┃ ┃ ┃┃ ┃ ┣ CreateForm┃ ┃ ┃ ┗ index.js # Composed <CreateForm/> component┃ ┃ ┃┃ ┃ ┗ InfoPanel┃ ┃ ┣ ActionButton.js┃ ┃ ┣ Banner.js # 'General' status components┃ ┃ ┣ ScoreBanner.js # Score specific <Banner/> component┃ ┃ ┣ index.js # Composed <InfoPanel/> component┃ ┃ ┗ TaskBanner.js # Task specific <Banner/> component┃ ┃┃ ┣ App.js # Main Component & State Holder┃ ┣ bots.js # Bot Definition > i.e. Destroyer Class┃ ┣ burglar.js # Burglar Definition > i.e. Burglar Class┃ ┣ constants.js┃ ┣ helpers.js┃ ┣ index.css┃ ┣ index.js # Renders App.js to #root in index.html┃ ┗ patterns.js # Array dependencies for App.jsThe Back-end is built with NodeJS, Express Server and Sequelize ORM for the database. In addition, a custom seeder and csv.
server┃┣ config┃ ┗ config.json # Sequelize database options┃┣ controllers┃ ┗ apiController.js # Data controllers┃┣ models┃ ┗ bot.js # Bot Model┃┗ server.js # The ServerI hope you enjoy!
Created by Dashinja
About
The Maid Bot is the AI that powers all maid-bots.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.



