Code Monkey home page Code Monkey logo

ig-monitoring's Issues

track the number of likes in the past day, in the past 7 days & 14 days

It think the graph should have this added if possible
-The exact no of like in last day
-The Avg. no of like in the last 7 days - so it shouldn’t be based on last 10 posts, it should be based on how many post where made in the last 7 days
-The Avg no of likes in the last 14 days - same here

image

i can run only localhost

Dear,
i try to run as a web server (on LAN and over LAN) and nothing, i can run only local, there is a specific issue?
os: ubuntu 16.04LTS, php 7.25
regards

rest api

IN PROGRESS

  • GET /accounts/ID/media-accounts (with virtual attribute "occurs") #48

An idea for the next endpoints:

  • GET /accounts/ID
  • GET /accounts/ID/media-tags (with virtual attribute "occurs")
  • GET /accounts/ID/stats

Migrations: Specified key was too long

Hi, I'm having problems when I start the initial migrations.

When I created the mysql database it does not have the option utf8mb4, but i have utf8mb4_bin, utf8mb4_general_ci, utf8mb4_unicode_ci and others.

I tried them all but they all give me the following error:

*** applying m180110_204953_create_account_table
    > create table account ...Exception 'yii\db\Exception' with message 'SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
The SQL being executed was: CREATE TABLE `account` (
        `id` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
        `username` varchar(255) NOT NULL UNIQUE,
        `profile_pic_url` varchar(255),
        `full_name` varchar(255),
        `biography` varchar(255),
        `external_url` varchar(255),
        `instagram_id` varchar(255),
        `updated_at` datetime,
        `created_at` datetime,
        `monitoring` tinyint(1) NOT NULL DEFAULT 0
)'

in C:\xampp\htdocs\ig-monitoring\vendor\yiisoft\yii2\db\Schema.php:664

Error Info:
Array
(
    [0] => 42000
    [1] => 1071
    [2] => Specified key was too long; max key length is 767 bytes
)

Does anyone know how to help me?

thanks

add update status

If the update returns an error, try to update the name, stop updating if unsuccessful.
after #32

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.