Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

added some quotes from anime #7

Merged
merged 4 commits into from
Sep 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

A simple script to print random motivational quotes. Highly influenced by linux command [fortune](https://en.wikipedia.org/wiki/Fortune_(Unix)).

---

## Motivate-new
As previous repo is not maintained now, but there are a lot of people who want to contribute, I've decided to fork and continue the project. This would be active and would be maintained by me. PRs are welcome :tada:.

Expand All @@ -17,6 +19,8 @@ As previous repo is not maintained now, but there are a lot of people who want t

Thanks :heart:

---

## Features
* Colored Output
* Supports `bash` and `zsh`
Expand All @@ -28,6 +32,8 @@ git
python 3x
```

---

## Installation

### Linux/MacOS
Expand Down Expand Up @@ -62,6 +68,8 @@ After doing so, I found that python 2.x is enough to run this script.
* Add the path to your local clone to your system path.
* Run `py -3 motivate.py` from the command prompt.

---

## Update Database

```
Expand All @@ -70,6 +78,8 @@ $ cd motivate
$ ./UPDATE
```

---

## Usage

```
Expand All @@ -79,6 +89,8 @@ $ motivate
--Elon Musk
```

---

## Contribution
The most popular way to contribute is adding [new quotes](https://github.com/avats-dev/motivate/issues/1). You do it by adding next JSON file in `motivate/data/` directory. The rule is 10 quotes per file.

Expand Down
44 changes: 44 additions & 0 deletions motivate/data/181.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"data": [
{
"author": "You can’t sit around envying other people’s worlds. You have to go tout and change your own",
"quote": "Shinichi Chiaki"
},
{
"author": "A dropout will beat a genius through hard work.",
"quote": "Rock Lee"
},
{
"author": "Smile. Not for anyone else, but for yourself. Show yourself your own smile. You’ll feel better then.",
"quote": "Rintaro Tatewaki"
},
{
"author": "Remember this… no matter where you go, the strength of your mind and spirit is the most powerful magic of all.",
"quote": "Princess Emeraude"
},
{
"author": " Fear is not evil. It tells you what your weakness is. And once you know your weakness, you can become stronger, as well as kinder.",
"quote": "Gildarts Clive"
},
{
"author": "How can you move forward if you keep regretting the past?",
"quote": "Edward Elric"
},
{
"author": "If you can’t do something, then don’t. Focus on what you can do.",
"quote": "Shiroe"
},
{
"author": "Stop pouting! You learned something valuable. Remember the lesson, not the disappointment.",
"quote": "Holo"
},
{
"author": "Just walk the path you believe in. And don’t forget, you’re the main character of your own life story!",
"quote": "Glenn Radars"
},
{
"author": "The lifespan of a human is certainly way too short. That’s why you’ve got to make the most of it and live your life to the fullest.",
"quote": "Leone"
}
]
}