This is just an extension of the twitter python tips project.
Follow same steps in the twitter python tips project then add the following to your .env file;
GOOGLE_FORM_URLthis is a url to the @python_tip google form or a form of similar structure.GOOGLE_FORM_PYTHON_TIP_FIELDthis is the input name (i.e<input name="get-this-value">) of the python tip field.GOOGE_FORM_TWITTER_ID_FIELDsame as above but for the twitter id field.GOOGLE_FORM_EMAIL_FIELDsame as above but for the email field.
Start your server python manage.py runserver and got to
http://127.0.0.1:8000/api/ to see the list of
available endpoints.