From bf20c55585f30d11acaff34d085970bdf3ec7f71 Mon Sep 17 00:00:00 2001 From: "alikemal.ocalan" Date: Tue, 8 Dec 2020 22:39:35 +0300 Subject: [PATCH] Upgrade to 0.1.4 --- README.md | 18 ++++++++---------- build.sbt | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c1f22c7..447053a 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,19 @@ Default scheduler is 24 hours Firstly, set this environment variables your workground; -```bash -USERNAME // instagram username -PASSWORD // instagram password +run your local, download fat jar, + +[instastorysaver.jar](https://github.com/alikemalocalan/instagram-story-saver/releases/download/0.1.4-SNAPSHOT/instastorysaver.jar) -BUCKETNAME //sample-bucket -REGION // us-east-1 -ENPOINT // like s3.us-east-1.amazonaws.com +and -AWS_ACCESS_KEY_ID -AWS_SECRET_ACCESS_KEY +```bash +java -jar instastorysaver.jar --username "crazylenin1917" --password "internationalismnotismisnotemparialism" ``` -and run... +and look your home directory for stories !!! -or Deploy Haroku +or Deploy Haroku for saving to AWS S3 [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/alikemalocalan/instagram-story-saver/tree/master) diff --git a/build.sbt b/build.sbt index bd52e89..9227a30 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "instastorysaver" -version := "0.1.3" +version := "0.1.4" organization := "com.github.alikemalocalan" scalaVersion := "2.12.12"