Skip to content

vivekchulani/tweepy-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

tweepy-api

Start twitter stream to gather filtered real time tweets based on market indicators. Tweets stored locally on sqlite db

Setting up


Download code from repo: git clone https://github.com/jcastro39/DVA.git
Install python3 (preferably version 3.6.* since tweepy does not support 3.7.0)
If you currently have 3.7.0, run the following commands to switch versions with HomeBrew:
  1) brew unlink python
  2) brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
This will install version 3.6.5 and you can reverse the changes if needed as python 3.7.0 will still exist.

Check version after install: python3 --version

Use pip to install necessary packages:
  pip3 install tweepy
  pip3 install textblob
  pip3 install dataset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages