pip install rainbowstream
rainbowstream
python
import rainbowstream
rainbowstream.config.KEY = 'your_consumer_key'
rainbowstream.config.SECRET = 'your_consumer_secret'
rainbowstream.config.TOKEN = 'your_access_token'
rainbowstream.config.TOKEN_SECRET = 'your_access_token_secret'
rainbowstream.main()