https://github.com/zarox28/google_home_troll
Simple system to remotely control a Google Home
https://github.com/zarox28/google_home_troll
google-home troll
Last synced: 5 months ago
JSON representation
Simple system to remotely control a Google Home
- Host: GitHub
- URL: https://github.com/zarox28/google_home_troll
- Owner: Zarox28
- License: agpl-3.0
- Archived: true
- Created: 2023-10-01T22:13:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T16:43:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T00:15:34.610Z (7 months ago)
- Topics: google-home, troll
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Google Home Troll
   
> Version : **1.0.1**
---
## Table of Contents
- [About](#about)
- [Features](#features)
- [Installation](#installation)
- [Clone](#clone)
- [Setup](#setup)
- [Usage](#usage)
- [Contributing](#contributing)
- [Changelog](#changelog)
- [License](#license)
- [Authors](#authors)## About
`Google Home Troll` is a Google Assistant application that allows you to troll your friends by controlling their Google Home devices.
## Features
- Change the volume
- Say a message
- Stop the music
- Get the device's informations## Installation
### Clone
Clone this repository to your local machine
```bash
git clone https://github.com/Zarox28/google-home-troll.git
```### Setup
Install the dependencies
```bash
npm install
```## Usage
Start the application
```bash
npm start
```## Contributing
To contribute to this project, please see [CONTRIBUTING](CONTRIBUTING.md).
## Changelog
See [CHANGELOG](CHANGELOG.md) for changes.## License
This project is licensed under the AGPL-3.0 License. See [LICENSE](LICENSE.md) for more information.## Authors
- [@Zarox28](https://github.com/Zarox28)