Skip to main content

PyTwits is a REST-API Wrapper for StockTwits.

Project description

PyTwits is a REST-API Wrapper for the Social Trading Network StockTwits. Written in Python it enables the user to easily interact with StockTwits REST-API.

Installation

pip install PyTwits

Example Usage

Following example finds AAPL symbol and prints symbol label and title.

import pytwits


def main():

    stocktwits = pytwits.StockTwits()
    symbols = stocktwits.search(path='search/symbols', q='AAPL')
    aapl = symbols[0]
    print("Symbol: {} - Title: {}".format(aapl.symbol, aapl.title))


if __name__ == '__main__':
    main()

Output

Symbol: AAPL - Title: Apple Inc.

Documentation

Documentation consists of examples for every API entry point. See docs/examples folder.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyTwits-1.0.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

PyTwits-1.0.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page