Twitter API examples & templates
Use these vals as a playground to view and fork Twitter API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
stevekrouse
twitterFollowingsMigrations
Script
Example Hosted SQLite on Turso Creates a database of twitter users and followers Requires tursoURL and tursoToken in your secrets. It references @stevekrouse.stevekrouseFollowing to get a list of all the twitter IDs of the users I follow on twitter and insert them to the users table and the followings table as people I follow. @stevekrouse.populateTwitterDB is a poll job that runs every minute and tries to populate this table with the twitter handles of these users.
0