npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

dezkfree-reviews

v1.1.7

Published

Exporta e Filtra Reviews Da Aliexpress Depois Tranforma em Planilha Formatada No Estilo Trustoo - Aplicativo De Reviews da Shopify

Downloads

27

Readme

DezKfree Reviews

Maneira fácil de exportar e filtrar feedbacks da Aliexpress e transformar-los em planlha (.xlsx) formatação feita seguindo as regras do template do aplicativo da Shopify Trustoo Reviews

Instalção

Clone o repositório:

git clone https://github.com/rafaellojas2/dezkfree-reviews

Acesse o repositório:

cd ./dezkfree-reviews

Instale as dependências dentro do repositório:

npm install dezkfree-reviews

Traduzir feedbacks com Google Cloud

A validação do Google Cloud serve para a execução do Cloud Translation e assim traduzir os feedbacks

Criar conta

Crie uma conta no Google Cloud (Necessário cartão de crédito ou débito para criar a conta, mas é liberado gratuitamente traduzir até 500 mil caracteres por mês, aparti disso é cobrado US$20 por milhão. A média de caracteres a cada 100 feedbacks é de 50 caracteres, logo uma conta da Google Cloud consegue por mês traduzir aproximadamente 10 mil feedbacks. 10k free):

Consulte os preços: https://cloud.google.com/translate/pricing

Crie a conta: https://console.cloud.google.com/freetrial

Crie um projeto com o nome "traduzir-feedback": https://console.cloud.google.com/projectcreate

Ative a API Cloud Translation para esse projeto: https://console.cloud.google.com/apis/library/translate.googleapis.com

Validar conta

Instale o SDK Google Cloud no seu computador: https://cloud.google.com/sdk/docs/install

Faça o login com sua conta da Google Cloud:

gcloud auth application-default login

Valide seu projeto:

gcloud auth application-default set-quota-project traduzir-feedback

Funções

Você pode alterar várias configurações e filtros como:

  • Selecionar a quantidade máxima de feedbacks
  • Gerar feedbacks falsos com a quantidade de estrelas que quiser
  • Extrair apenas feedbacks brasileiros
  • Extrair apenas feedbacks que tenham fotos
  • Excluir imagem e comentários de feedbacks negativos
  • Restringir quantidade de feedback por nota
  • Todos os comentários são traduzidos para pt-BR
  • Nomes e sobrenomes gerados são brasileiros

Como configurar

Acesse o arquivo ./dezkfree-reviews/main/start.js e edite os filtros e as configurações para suas prefêrencias

O arquivo possui comentários explicado a função de cada váriavel

Inicialização

Ao iniciar o comando npm start automáticamente o produto será pesquisado na Aliexpress, seus feedbacks serão extraidos e o arquivo .xlxs começará a ser gerado

Abra o CMD e através dele acesse a pasta criada ./dezkfree-reviews, logo depois execute o comando:

npm start

Créditos

Esse repositório é um complemento do @sudheer-ranga

Repositório do @sudheer-ranga → https://github.com/sudheer-ranga/aliexpress-product-scraper