Predicting acquisitions based on Twitter data
Install dotenv
$ pip install dotenv
Create a .env file and set your API keys and access tokens
CONSUMER_KEY = '####'
CONSUMER_SECRET = '####'
TOKEN_ACCESS = '####'
TOKEN_SECRET = '####'
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Predicting acquisitions based on Twitter data
Install dotenv
$ pip install dotenv
Create a .env file and set your API keys and access tokens
CONSUMER_KEY = '####'
CONSUMER_SECRET = '####'
TOKEN_ACCESS = '####'
TOKEN_SECRET = '####'