Skip to content

Commit

Permalink
Upgrade to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alikemal.ocalan committed Dec 8, 2020
1 parent 3509fcf commit bf20c55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name := "instastorysaver"
version := "0.1.3"
version := "0.1.4"
organization := "com.github.alikemalocalan"
scalaVersion := "2.12.12"

Expand Down

0 comments on commit bf20c55

Please sign in to comment.