Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 831 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 831 Bytes

Twitter Wall with moderation features and no limits!

This responsive Twitter Wall is an excellent presentation tool that displays tweets matching a user inputted hashtag. It offers basic moderation tools, image support, and no request limits. It's an excellent tool to enhance engagement at conferences and presentations. Tweets are retrieved via a python web scraper.

You can access at http://twitterwall.pythonanywhere.com/, but you will get better performance hosting it on your own. That link will not always be maintained.

How it looks

alt text

Getting Started

First install all requirements: pip install requirements.txt

Launch the web scraper by navigating to the 'py' folder and running retrieveTweets.py: python retrieveTweets.py

Finally, open the index.html file