How to Apply for a Twitter Developer Account
How to Generate API Keys
Add app
button to create a new app.Create new
button.Production
and give it a name.CREATE DATABASE
statement:
Bearer Token
as a value of the bearer_token
parameter.API Key
as a value of the consumer_key
parameter.API Key Secret
as a value of the consumer_secret
parameter.Setup
under User authentication settings
:Permissions
, select Read and Write
.Type of app
, select Web App
, Automated App or Bot
.App info
, provide any URL for the callback URL and website URL (you can use the URL of this page).Save
.Keys and Tokens
:Access Token
and Access Token Secret
and populate it in the below CREATE DATABASE
statement:
Access Token
as a value of the access_token
parameter.Access Token Secret
as a value of the access_token_secret
parameter.my_twitter
database contains a table called tweets
by default.
Here is how to search tweets containing mindsdb
keyword:
created_at
column condition is skipped if the provided date is earlier than seven days.