Skip to content

smohammadhejazi/twitter-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter clone

This is a Twitter clone with python and mysql. The mysql server file is provided in the whole-database-sql directory and all the procedures and triggers separated, are in the procedures-triggers-sql; however they are also included in the whole-database-sql file.

Features

  • New users signing up
  • Loging into your account
  • Tweet
  • Direct messages
  • Liking tweets
  • Blocking/Following
  • Replying to tweets
  • Adding hashtags in tweets
  • Getting all the tweets for a certain hashtag
  • ...

How it works

First you need to run the twitter-clone.sql queries in a mysql database. Then simply run:

python interface.py

Use the help to see the commands.

About

Twitter clone with python and mysql

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages