Skip to content

Latest commit

 

History

History
105 lines (67 loc) · 3.71 KB

README.md

File metadata and controls

105 lines (67 loc) · 3.71 KB

Shiny Application - Donald Trump Tweets

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

donald trump twitter

Table of Contents

Technology stack

docker kubernetes helm helm

Requirements

Docker

Or

Features

  • 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.

Accessing the Application

The application is deployed and can be accessed at donald.cluster-2022-5.dopolytech.fr

graphe donald trump

Run the application locally with docker

The application has been containerized using Docker for easy deployment and portability. To launch the application, follow these steps:

  1. Clone the repository to your local machine
git clone https://github.com/charley04310/do3-dataviz.git
  1. Navigate to the root directory of the repository
cd do3-dataviz
  1. Run the following command to build the Docker image:
docker build -t <your_image_name>:<tag> .
  1. Run the following command to launch the application:
docker run -p 3838:3838 <your_image_name>

Contributing

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.

License

MIT license

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.