sales 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +10 -5
- data/VERSION.yml +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -3,16 +3,21 @@ sales
|
|
|
3
3
|
|
|
4
4
|
iTunes Connect Command Line Autoingestion Script. Besides downloading, also computes and presents totals.
|
|
5
5
|
|
|
6
|
+
install
|
|
7
|
+
=======
|
|
8
|
+
|
|
9
|
+
gem install sales
|
|
10
|
+
|
|
6
11
|
usage
|
|
7
12
|
=====
|
|
8
13
|
|
|
9
|
-
in the directory where You want to download Your iTunes Connect reports, run _sale_.
|
|
14
|
+
in the directory where You want to download Your iTunes Connect reports, run _sale_.
|
|
10
15
|
this will copy a file called _sales.yml_ into that directory.
|
|
11
|
-
open _sales.yml_ and fill in Your iTunes Connect credentials:
|
|
16
|
+
open _sales.yml_ and fill in Your iTunes Connect credentials:
|
|
12
17
|
|
|
13
|
-
:username: kitschmaster@gmail.com #iTunes connect username
|
|
14
|
-
:password: yourpassword #iTunes Connect password
|
|
15
|
-
:vendorId: 80076733 #iTunes Connect -> Sales and Trends, find the vendorId on the header of the table next to the company name
|
|
18
|
+
:username: kitschmaster@gmail.com #iTunes connect username
|
|
19
|
+
:password: yourpassword #iTunes Connect password
|
|
20
|
+
:vendorId: 80076733 #iTunes Connect -> Sales and Trends, find the vendorId on the header of the table next to the company name
|
|
16
21
|
|
|
17
22
|
with the credentials in place run _sale_ again, it should now download the latest daily report and present it.
|
|
18
23
|
|
data/VERSION.yml
CHANGED