PYT TwitterWall is simple Python powered app for displaying Twitter tweets in CLI. It has the ability to show number of queried tweets (i.e. selected by search string) at start and then check if new tweets are publish and display them as well. This project is created as task for subject MI-PYT, CTU in Prague (subject repository).
Project now use Sphinx documentation:
- Read documentation online and don't bother with anything:
- Build HTML documentation locally:
- Install all dependencies for
twitterwall
- Run this commands:
cd docs/ pip install -r requirements.txt make html
- Open
docs/_build/html/index.html
in your browser
- Install all dependencies for
- Run documentation tests:
- Install all dependencies for
twitterwall
- Run this commands:
cd docs/ pip install -r requirements.txt make doctest
- Install all dependencies for
- Marek Suchánek [[email protected]]
This project is licensed under the MIT License - see the LICENSE file for more details.