Skip to content

hamx0r/stocktwits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stocktwits

Python client for the StockTwits API

This module makes use of either requests or Google App Engine's urlfetch to do your dark bidding with StockTwits. Modify api.py to import the Requestor of your choice.

Get your StockTwits Access Token and set it as an environment variable called ST_ACCESS_TOKEN: Use this URL to get an access_token: https://<USER>:<PASSWORD>@api.stocktwits.com/api/2/oauth/authorize?client_id=<CLIENT_ID>&response_type=token&redirect_uri=http://<YOUR DOMAIN>&scope=read,watch_lists,publish_messages,publish_watch_lists,follow_users,follow_stocks

About

Python client for StockTwits API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages