fStream is a groundbreaking ephemeral text streaming application built with Flask and Socket.IO. It is inspired by the fleeting nature of Snapchat and text-based apps like Twitter and Threads. The app challenges traditional online communication by introducing a unique approach to content sharing – one message at a time, in real-time. This revolutionary social media platform, named "fStream," embraces minimalism and engages users through a live-streaming experience that doesn't support replays.
-
Real-time Text Streaming: Users share content one word per second, creating an immersive and engaging experience.
-
Ephemeral Nature: No replays are supported, emphasizing the exclusivity and urgency of the content.
-
Follower/Following Model: Connect with your audience in real-time, fostering a direct and immediate connection between content creators and consumers.
-
Minimalistic Design: Focus on the message without distractions, setting fStream apart from traditional social media platforms.
-
No Endless Feeds: Ideal for busy individuals, the real-time text stream keeps users updated without the need for extended browsing sessions.
-
Dynamic Message Display: Incoming messages are displayed with a dynamic scrolling effect for an engaging user experience.
fStream isn't just a social media platform; it's a revolution in communication. It offers:
-
Simplicity: Minimalist design puts the focus on the message rather than flashy graphics.
-
Utility: Stay informed without spending hours scrolling through feeds.
-
Exclusivity: No replays create a sense of urgency and exclusivity, driving user engagement.
Join the revolution today and be part of a new way to communicate, consume, and connect with like-minded individuals. fStream - where the message matters.
To run the fstream application locally, follow these steps:
-
Clone the GitHub repository:
git clone https://github.com/thedtripp/fstream.git
-
Navigate to the project directory:
cd fstream
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Flask application:
python server.py
-
Open your web browser and go to http://localhost:5000.
-
Start fStreaming!
If you'd like to contribute to fstream, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Description of your changes'
. - Push to the branch:
git push origin feature-name
. - Open a pull request.
This project is licensed under the GNU General Public License v3.0.