Skip to content

Commit

Permalink
Merge pull request #175 from TheExGenesis/doc-example
Browse files Browse the repository at this point in the history
Add CodePen example for fetching tweet by id
  • Loading branch information
TheExGenesis authored Nov 20, 2024
2 parents 7accf41 + 0a09e57 commit aae4524
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Docs

- [API docs](./api-doc.md) how to download raw JSON data from storage, or query the database through the Supabase API.
- [Quickstart Jupyter notebook](https://colab.research.google.com/drive/109XOgTWj-sajpAYhDCNPfts5zvdkpi_s) that you can run in your browser. Shows how to fetch all tweets for a given user in Python, and do some basic analysis like find the most common used phrases, and plot the amount of likes over time.
- [Quickstart Jupyter notebook](https://colab.research.google.com/drive/109XOgTWj-sajpAYhDCNPfts5zvdkpi_s) that you can run in your browser. Shows how to fetch all tweets for a given user in Python, and do some basic analysis like find the most common used phrases, and plot the amount of likes over time.

### Code examples / demos

- Fetch a tweet by ID & display it
- https://codepen.io/DefenderOfBasic/pen/OJKGdPx?editors=1010

0 comments on commit aae4524

Please sign in to comment.