Skip to content

Instantly share code, notes, and snippets.

View sudotong's full-sized avatar
💪
pumping

Sam Udotong sudotong

💪
pumping
View GitHub Profile
@sudotong
sudotong / graphql_example.py
Created January 6, 2021 00:33
An example on connecting to the Fireflies API with Python 3
# An example to get some data using the Fireflies GraphQL API
import requests
headers = {"Authorization": "Bearer YOUR-TOKEN-GOES-HERE"}
def run_query(query): # A simple function to use requests.post to make the API call. Note the json= section.
request = requests.post('https://api.fireflies.ai/graphql', json={'query': query}, headers=headers)
if request.status_code == 200:
10 Ways To Improve Your Google Rank:
1. Focus on your content. Make sure you provide a quality content.
2. Regularly update your website.
3. Pointing Links to your Website.
4. Page Authority.
5. Use a site map(sample: https://gist.github.com/MicBrain/e5125d4b861c3071c63560b51ee66634)
6. Effectively use "keyword" and "description" HTML Meta Tags. Make sure that the content of the website matches to these 2 tags.
7. Effectively use <title> tag.
8. Use ALT text on images.

Keybase proof

I hereby claim:

  • I am sudotong on github.
  • I am sammy (https://keybase.io/sammy) on keybase.
  • I have a public key whose fingerprint is BA4F 4CBE FEE0 68B8 5561 1449 3EDD 538E C222 A6DD

To claim this, I am signing this object: