Skip to content

Instantly share code, notes, and snippets.

[
{
"infinitive": "abbaiare",
"aux": [
"avere"
],
"participle": [
""
],
"participle_type": [
[
{
"infinitive": "abbaiare",
"aux": [
"avere"
],
"participle": [
""
],
"participle_type": [
[
{
"infinitive": "essere",
"aux": ["essere"],
"participle": ["stato", "stata", "stati", "state"],
"participle_type": ["irregolare"],
"pronominal": false,
"examples": []
},
{
[
{
"infinitive": "abbaiare"
},
{
"infinitive": "abbandonare"
},
{
"infinitive": "abbassare"
},
from bs4 import BeautifulSoup
import re
import requests
import json
url = "https://motivationgrid.com/rihanna-quotes"
r = requests.get(url)
soup = BeautifulSoup(r.text, 'html.parser')