skip to Main Content

Pass html5 form custom attributes to JSON

This is the HTML that i created for the registration page <form role="form" action="" method="post" id="register_form"> <input type="text" id="facebook-autocomplete" name="facebook" class="form-control mdb-autocomplete GJ-search"> <input type="text" id="beatport-autocomplete" name="beatport" class="form-control mdb-autocomplete GJ-search" required> <input type="email" id="inputValidationEmail" name="email" class="form-control" > <input type="password" id="inputValidationPass"…

VIEW QUESTION

How to load Twitter json object into python – Twitter API

I want to load a json mined from twitter api into python. Attached is sample of json object: {"created_at":"Mon Apr 22 18:17:09 +0000 2019","id":1120391103813910529,"id_str":"1120391103813910529","text":"On peut dire que la base de cette 8e saison est en place ud83dude4c #GOTS8E2","source":"u003ca href="http://twitter.com/download/iphone" rel="nofollow"u003eTwitter…

VIEW QUESTION
Back To Top
Search