unb-cic-esw/facebook-page-post-scraper

View on GitHub

Showing 34 of 38 total issues

File page_scraper.py has 363 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""@page_scraper Responsavel por definir Scraper e seus metodos."""
 
import os
import json
import csv
Severity: Minor
Found in scraper/page_scraper.py - About 4 hrs to fix

    Function get_reactions has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring.
    Open

    def get_reactions(self, page=None, since_date=None, until_date=None):
    """Raspa informações da página referentes a reações."""
    if page is None:
    page = self.page
    if not self.valid_page(page):
    Severity: Minor
    Found in scraper/page_scraper.py - About 3 hrs to fix

    Cyclomatic complexity is too high in method get_reactions. (15)
    Open

    def get_reactions(self, page=None, since_date=None, until_date=None):
    """Raspa informações da página referentes a reações."""
    if page is None:
    page = self.page
    if not self.valid_page(page):
    Severity: Minor
    Found in scraper/page_scraper.py by radon

    Cyclomatic complexity is too high in method write_to_csv. (11)
    Open

    def write_to_csv(self, file_name='scraped'):
    """Grava informações da página raspada em um arquivo CSV."""
     
    def dict_to_list():
    content = []
    Severity: Minor
    Found in scraper/page_scraper.py by radon

    Cyclomatic complexity is too high in method scrape_current_page. (6)
    Open

    def scrape_current_page(self, page=None, feed=False, query=''):
    """Raspa dados de uma página selecionada."""
    if page is not None:
    self.set_page(page)
    graph = facebook.GraphAPI(access_token=self.token, version="2.12")
    Severity: Minor
    Found in scraper/page_scraper.py by radon

    Cyclomatic complexity is too high in function update_token_file. (6)
    Open

    def update_token_file(file='config.ini', **kwargs):
    """Atualiza o token no arquivo config.ini."""
    config = ConfigParser()
    config.read(path + file)
     
     
    Severity: Minor
    Found in scraper/token_manager.py by radon

    Function write_to_csv has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
    Open

    def write_to_csv(self, file_name='scraped'):
    """Grava informações da página raspada em um arquivo CSV."""
     
    def dict_to_list():
    content = []
    Severity: Minor
    Found in scraper/page_scraper.py - About 1 hr to fix

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    num_comments = 0 if 'comments' not in status else \
    status['comments']['summary']['total_count']
    Severity: Minor
    Found in scraper/page_scraper.py and 1 other location - About 45 mins to fix
    scraper/page_scraper.py on lines 194..195

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    num_reactions = 0 if 'reactions' not in status else \
    status['reactions']['summary']['total_count']
    Severity: Minor
    Found in scraper/page_scraper.py and 1 other location - About 45 mins to fix
    scraper/page_scraper.py on lines 196..197

    Fenced code blocks should be surrounded by blank lines
    Open

    ```
    Severity: Info
    Found in README.md by markdownlint

    First header should be a top level header
    Open

    ### Detalhes

    Fenced code blocks should be surrounded by blank lines
    Open

    ```
    Severity: Info
    Found in README.md by markdownlint

    Trailing spaces
    Open

    Uma vez com o ChromeDriver instalado corretamente, é necessário setar uma variável de ambiente da
    Severity: Info
    Found in README.md by markdownlint

    Line length
    Open

    Para rodar os testes localmente, use `make` se você estiver no Mac ou Linux com Make instalado.

    Trailing spaces
    Open

    Severity: Info
    Found in README.md by markdownlint

    Line length
    Open

    * [ ] Você acrescentou uma explicação sobre suas mudanças e o por que você acha que devemos incluí-las?

    Line length
    Open

    seguinte forma: utilizando um editor de texto, vá em venv/bin/activate e, logo abaixo de deactivate()
    Severity: Info
    Found in README.md by markdownlint

    Trailing spaces
    Open

    ```
    Severity: Info
    Found in README.md by markdownlint

    Fenced code blocks should be surrounded by blank lines
    Open

    ```
    Severity: Info
    Found in README.md by markdownlint

    First header should be a top level header
    Open

    ## 1. Description of the bug
    Severity
    Category
    Status
    Source
    Language