1# Poll Twitter & Populate SQlite database
2
3The twitter API (or in this case someone else's wrapper over the twitter API) is finicky, so we just try to get one handle per minute, and shove whatever we get into our database, which could be an error message (this is why handles don't have a unique index).
4
5Migrated from folder: Archive/turso/twitterFollows/populateTwitterDB
1# Example Hosted SQLite on Turso
2
3Creates a database of twitter users and followers
4
5Requires `tursoURL` and `tursoToken` in your secrets.
1Migrated from folder: External_APIs/notion/notionGetDatabaseEditedAfter
1Migrated from folder: External_APIs/DateMeDocs/DateMeNotion/getDateMeDatabase
1# Get all the pages in a notion database
2
3## Usage
4
51. Find your `databaseId`: https://developers.notion.com/reference/retrieve-a-database
62. Get `auth` by setting up an internal integration: https://developers.notion.com/docs/authorization#internal-integration-auth-flow-set-up
7
8Example usage: @stevekrouse.dateMeNotionDatabase
9
10deno-notion-sdk docs: https://github.com/cloudydeno/deno-notion_sdk
11
12Migrated from folder: External_APIs/notion/notionGetDatabase
1Migrated from folder: Archive/docsExamples/persistence/databaseVal