Giter Site home page Giter Site logo

metrico-cli's Introduction

metrico

This is in development! Just a kind of beta version!

Just some metrics for social networks or basically any platform where users post content, write comments and following each other.

First Steps

It is easy to install:

pip install metrico

Before you can work with metrico, you have to setup a config file "metrico.toml". The api keys are the most important configuration:

[hunters.youtube]
config.key = "AIza..."

Now we setup the database:

metrico tools setup

Add a account to the database:

metrico add DistroTube

Time to go data hunting. There for are a lot of options, but for the beginning we will get all the medias from all accounts:

metrico hunt accounts

This can take a while. Next let's see what we get:

metrico hunt show medias --limit 5

Some commands:

metrico --help
metrico tools config
metrico tools hunter
metrico tools migrate
metrico add youtube account "DistroTube"
metrico hunt accounts

Run local PostgresSQL with docker:

docker run --name postgres-metrico -e POSTGRES_USER=metrico -e POSTGRES_PASSWORD=1234 -p 5432:5432 -d postgres

Show container:

docker ps -a

Stop and delete container:

docker stop postgres-metrico
docker rm postgres-metrico

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.