This repository contains a Shiny application that provides an interface to explore and analyze the complete collection of tweets by Donald Trump. The application allows users to perform keyword-based searches across all the tweets, as well as retrieve information on the frequency of specific keywords and the number of times a word has been deleted.
donald.cluster-2022-5.dopolytech.fr
- Technology stack
- Requirements
- Features
- Accessing the Application
- Run the application locally with docker
- Contributing
- License
Docker
Or
-
Keyword Search: Users can enter a keyword to search for tweets containing that specific word or phrase within Donald Trump's entire tweet history.
-
Keyword Frequency: Users can input one or multiple keywords to retrieve the frequency count of each keyword within the tweets. Additionally, the application displays the number of times a keyword has been deleted from the tweets.
The application is deployed and can be accessed at donald.cluster-2022-5.dopolytech.fr
The application has been containerized using Docker for easy deployment and portability. To launch the application, follow these steps:
- Clone the repository to your local machine
git clone https://github.com/charley04310/do3-dataviz.git
- Navigate to the root directory of the repository
cd do3-dataviz
- Run the following command to build the Docker image:
docker build -t <your_image_name>:<tag> .
- Run the following command to launch the application:
docker run -p 3838:3838 <your_image_name>
If you would like to contribute to this project, feel free to submit a pull request. Suggestions, bug reports, and feature requests are welcome. Please ensure to follow the established coding style and guidelines.
This project is licensed under the MIT License.
Thank you for using the Shiny application to explore the complete collection of tweets by Donald Trump! If you have any questions or encounter any issues, please don't hesitate to reach out.