Skip to content

superustc/simple-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Twitter-like Chat Application

This is a simple chat application resembling Twitter's functionality, built with Flask and Flask-SocketIO.

Features

  • Real-time chat messaging.
  • User registration and login.
  • Ability to follow other users.

Installation

To run this project locally, follow these steps:

Clone the repository:

git clone repository-url

Navigate into the project directory:

cd project-directory

Install the required dependencies:

pip install -r requirements.txt

Run the application:

python run.py

Usage

After starting the application, navigate to http://localhost:5000 in your web browser to access the chat application.

Screenshot

login

chat

Contributing

Contributions to this project are welcome. Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors