0 purchases
twall 0.5.1
TWall
TWall is a simple application to display tweets returned by the
Twitter’s Search API. You can run it from the command line to watch
newly added tweets in near real-time, or launch a simple web application on your machine that mirrors Twitter’s search
feature. It supports all three modes of search offered by the API: recent, popular and mixed.
Developed for MI-PYT 2016/2017
Documentation
The module’s documentation is located in the docs folder. To build HTML documentation, navigate to
the directory, then run:
pip install -r requirements.txt
make html
This will create a _build/html folder containing an index.html file, which you can browse. If you don’t
need the entire documentation and just want to get started quickly, follow the tutorial laid out in
docs/introduction.rst.
Authors
TWall is developed and maintained by Daniel Maly
License
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.