Skip to content

Commit

Permalink
Update README with new release
Browse files Browse the repository at this point in the history
  • Loading branch information
parklez committed Apr 6, 2021
1 parent d668be7 commit 1fb1230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# parky's twitch bot

![logo](https://raw.githubusercontent.com/parklez/twitch-bot/master/art/banner_new_wide_kitty.png)\
![screenshot](/art/windows10.png)\
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![GitHub top language](https://img.shields.io/github/languages/top/parklez/twitch-bot)
![Made with love](https://img.shields.io/badge/made%20with-love-ff69b4)
Expand All @@ -15,13 +15,13 @@ An open-source, minimalistic, cross-platform, easily expandable with plugins "Tw
- 🔊 Google's text to speech!
- ⚡ Load your custom made plugins!

### Download for Windows
### Download for Windows (8, 8.1, 10)
Get @ [Releases page](https://github.com/parklez/twitch-bot/releases)

### Download for all platforms
Download the repo [Here](https://github.com/parklez/twitch-bot/archive/master.zip) (or using git) and [run it locally.](#running-locally)

### 💡 Creating your own plugin is this easy
### 💡 Simple plugin example
Copy the template below:
```python
from parky_bot.settings import BOT
Expand Down Expand Up @@ -50,7 +50,7 @@ pip install -r requirements.txt
```
- Start the application:
```sh
python3 -m parky_bot.app
python -m parky_bot.app
# Console only/No tkinter:
python -m parky_bot.app --console
```
Expand All @@ -63,5 +63,6 @@ This project is under heavy development and subject to refactoring and code smel
<img src="https://raw.githubusercontent.com/parklez/twitch-bot/master/art/barky_chan.png" width="200" height="200">

### 3rd party resources
- Volume icon [icon-icons.com](https://icon-icons.com/icon/volume-up-interface-symbol/73337)
- Shiba icon [icon-icons.com](https://icon-icons.com/icon/dog-pet-animal-japanese-shiba-inu-japan/127300)
- Banner [github.com/liyasthomas](https://github.com/liyasthomas/banner)
Binary file added art/windows10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1fb1230

Please sign in to comment.