-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/doppelgunner/YouBot
- Loading branch information
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# YouBot | ||
A simple youtube commenter app | ||
<a href="https://youtu.be/GNQiAWNQ8HA | ||
" target="_blank"><img src="https://github.com/doppelgunner/YouBot/blob/master/src/main/resources/images/icon.png" | ||
alt="YouBot Icon" border="10" /></a> | ||
* A simple youtube commenter app | ||
|
||
## Donations | ||
[](https://www.paypal.me/doppelgunner) | ||
[](https://www.patreon.com/doppelgunner) | ||
|
||
## Demo | ||
* Click the YouBot picture on the top to go to youtube demo [to be added later] | ||
|
||
## Download and Installation | ||
* Link to download: https://github.com/doppelgunner/YouBot/releases | ||
* Download the EXE for windows. Download JAR for other platforms. | ||
* Just unzip -> click shortcuts then voila | ||
* **IMPORTANT: don't put in "program files" folder as it does not allow write or read access and needs permission** | ||
|
||
## System Requirements | ||
* JRE 1.8+ | ||
* Internet of course -> needed to comment | ||
|
||
## Tools used | ||
* [IntellijIDEA](https://www.jetbrains.com/idea/) (IDE) | ||
* [Glyphicons](http://glyphicons.com/) (for almost all icons) | ||
* [youtube API](https://developers.google.com/youtube/) | ||
* [TrayNotification](https://github.com/PlusHaze/TrayNotification) by PlusHaze |