Crate starry[][src]

Structs

Args

The history of current stars tells only half the starry.

CheckCommand

check the existence of a user

Conf
DatedObs
Db

the database

Extract
ExtractCommand

extract time series for one or several user or repo

ExtractLine
FollowCommand

start following a github user

GazeCommand

look at the stars (default command)

GetCommand

get a property, eg starry get github-api-token

GithubClient
List
ListCommand

list either all users, or all repos of a user

ListLine
RepoChange
RepoId
RepoObs

a line in a csv file whose path already contains the user login and date

SetCommand

set a property, eg starry set github-api-token blabla

UnfollowCommand

stop following a github user

User
UserId
UserObs

a user observation is what’s stored as a file in database. There’s one per (user, time) and it contains the counts of stars of all repos of that user on that time.

UserResponseLine

Enums

ArgsCommand

Statics

GITHUB_API_TOKEN_KEY

Functions

app_dirs

return the instance of ProjectDirs holding the app specific paths

run