mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Add flake8 docstring plugin, formatting, create base class for embeds & models
This commit is contained in:
parent
8d6dbe1c94
commit
b9c5c6ab10
24 changed files with 241 additions and 16 deletions
56
tests/test_data/urban_dictionary_response.json
Normal file
56
tests/test_data/urban_dictionary_response.json
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"list": [
|
||||
{
|
||||
"definition": "When you fall [asleep] [tweeting] about [nonsensical] things",
|
||||
"permalink": "http://cofveve.urbanup.com/11642742",
|
||||
"thumbs_up": 170,
|
||||
"sound_urls": [],
|
||||
"author": "Bonafidé",
|
||||
"word": "cofveve",
|
||||
"defid": 11642742,
|
||||
"current_vote": "",
|
||||
"written_on": "2017-06-03T00:32:10.987Z",
|
||||
"example": "[Despite] [the negative] [press] cofveve",
|
||||
"thumbs_down": 30
|
||||
},
|
||||
{
|
||||
"definition": "when you want to type [conference] and your hands are too small to reach [the keys] (someone else's [brill] def)",
|
||||
"permalink": "http://cofveve.urbanup.com/11662158",
|
||||
"thumbs_up": 69,
|
||||
"sound_urls": [],
|
||||
"author": "blacklist2017",
|
||||
"word": "cofveve",
|
||||
"defid": 11662158,
|
||||
"current_vote": "",
|
||||
"written_on": "2017-06-07T00:44:36.793Z",
|
||||
"example": "\"[i want] to [shut down] this [press] cofveve...",
|
||||
"thumbs_down": 16
|
||||
},
|
||||
{
|
||||
"definition": "[Bullshit]",
|
||||
"permalink": "http://cofveve.urbanup.com/12386593",
|
||||
"thumbs_up": 5,
|
||||
"sound_urls": [],
|
||||
"author": "FreedomTodd",
|
||||
"word": "Cofveve",
|
||||
"defid": 12386593,
|
||||
"current_vote": "",
|
||||
"written_on": "2018-01-06T17:52:59.822Z",
|
||||
"example": "[I’m] [full of] [cofveve]",
|
||||
"thumbs_down": 6
|
||||
},
|
||||
{
|
||||
"definition": "When you dip [an apple] in a chocolate [Starbucks] [frappe]",
|
||||
"permalink": "http://razzle-cofveve.urbanup.com/12006856",
|
||||
"thumbs_up": 0,
|
||||
"sound_urls": [],
|
||||
"author": "harry potter theme song si ",
|
||||
"word": "razzle cofveve",
|
||||
"defid": 12006856,
|
||||
"current_vote": "",
|
||||
"written_on": "2017-09-30T03:00:54.233Z",
|
||||
"example": "[My friend] loves [apples] and [Starbucks], so the razzle cofveve was perfect!",
|
||||
"thumbs_down": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue