Skip to content

Commit

Permalink
chore: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
onur-yildiz committed Apr 27, 2022
1 parent b3f1568 commit 3bb7506
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Mipup

Console Application Tool for cutting audio from a Youtube video and uploading it to Myinstants automatically.

-n, --name Required. The name you want the audio to be saved as.

-u, --url Required. URL of the youtube video for audio to cut from. (https://www.youtube.com/watch?v=7tJi2tyGmEI)

-s, --start Required. Start position of the audio. (hh:mm:ss)

-t, --time Required. Length of the audio. (Seconds)

--help Display this help screen.

--version Display version information.

## Example

./mipup.exe -n myaudio -u https://www.youtube.com/watch?v=7tJi2tyGmEI -s 1:58 -t 12

**NOT SECURE!!**\
Stores your **Myinstants** credentials as plain text **ONLY** if you **AGREE**. Otherwise you have to enter your credentials every time.\
No **Youtube** credentials needed.

---

*Copyright (C) 2022 Mipup 1.0.0*

0 comments on commit 3bb7506

Please sign in to comment.