Completed

Php: Converter feed das principais redes sociais em Json ( Twitter, Facebook, Instagram, Youtube )

Published on the January 22, 2021 in IT & Programming

About this project

Open

Preciso de uma classe de fácil utilização que converta os feed do Twitter, Facebook, Instagram e Youtube para um formato único em JSON.

- Classe de fácil manipulação:
  * $feed->getTwitterFeed( "alokoficial" ), $feed->getFacebookFeed( "nome_da_pagina" )...
- Converter feeds em JSON.
- Identificar os últimos feeds obtidos para não atualizar em dobro.
- Opção para armazenar em JSON o arquivo de modo incremental para poder acessar histórico dos feed.


Formato do JSON:
$feed->getTwitterFeed( "alokoficial" )
Obtem feed de "https://twitter.com/alokoficial"
[
    {
        "social": "twitter",
        "message": "texto do feed",
        "images": [ "https://url_a", "https://url_b" ],
        "videos":[ "https://url_a", "https://url_b" ]
    }
]

- Fornecer exemplo já configurado com alguma pagina de rede-social.

Exemplo similar:
https://github.com/rezozero/mixedfeed

Project overview

Converter feed das principais redes sociais para json em php.

Category IT & Programming
Subcategory Web development
What is the scope of the project? Medium-sized change
Is this a project or a position? Project
Required availability As needed
API Integrations Social media (Facebook, Twitter, etc.)
Roles needed Developer

Delivery term: Not specified

Skills needed

Other projects posted by J. C. D.