Haarshit19 / flask-social-media

twitter clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social media (twitter clone)

Text article sharing platorm made in python3.6 (using Flask lib)

Installation

  1. First install python3.6 in your respective system
  2. Download this source code
  3. Delete file "info.txt" from folder name "static" and "ACC"

For macOS

Open terminal , execute the below code

pip3 install flask

For linux

Open terminal , execute the below code

sudo pip3 install flask

For windows

Open command prompt (search for this, you'll get it) , execute the below code

pip3 install flask

Execution

  1. Delete the data file in folder - "ACC", "static" and "ISSUES"
  2. Purchase your domain and setup email server in your hosting, or download nginx and setup mail server in that.
  3. Open "app.py" file and replace the mailserver address, mail ID and mail server port according to your server.

For macOS

  1. Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter
flask run
  1. And then open web browser and go to -> http://127.0.0.1:5000

For Linux

  1. Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter

flask run

  1. And then open web browser and go to -> http://127.0.0.1:5000

For Windows

  1. Download this source code and double click on file -> app.py .

  2. And then open web browser and go to -> http://127.0.0.1:5000

Languages and tools used:

bootstrap css3 flask html5 javascript python

Author

About

twitter clone

License:Apache License 2.0


Languages

Language:HTML 47.5%Language:Python 20.1%Language:SCSS 15.8%Language:CSS 12.5%Language:JavaScript 4.0%