Skip to content
View tvieiragoncalves's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report tvieiragoncalves

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. belkirk-jekyll-demo belkirk-jekyll-demo Public

    Ruby

  2. mh1 mh1 Public

    CSS

  3. Scraper para selecionar os títulos d... Scraper para selecionar os títulos dos posts de um blog em jekyll
    1
    # Bibliotexas necessárias
    2
    import requests
    3
    import bs4
    4
    #get.request da página a analisar
    5
    fonte = requests.get('https://tvieiragoncalves.github.io/genesis/')