Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renan028 authored May 28, 2020
1 parent 8e2d390 commit cd633c4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# Miron-Insights
Simple python script to get Miron insights automatically

# Dependencies

Python3 and PyGithub:
`pip install PyGithub`

# How to use
Navigate to the folder Miron-Insights and run:

`python3 insights.py "username" "password"`

Replace "username" and "password" with your info.

You should get something like this, in terminal:

`['Unique Views', 4, 8, 3, 5, 1, 0, 0]
['Views Count', 59, 51, 18, 13, 4, 0, 0]
['Unique Clones', 1, 0, 5, 1, 1, 0, 0]
['Views Count', 59, 51, 18, 13, 4, 0, 0]`

It also generates a .csv file with the total. The csv file's name is current date and the results have 1 week timestamp.

0 comments on commit cd633c4

Please sign in to comment.