All Projects → mohammed-salah-zidane → TwitterClone

mohammed-salah-zidane / TwitterClone

Licence: MIT license
TwitterClient app represents a real world twitter client app: it provides a fairly complex set of functionalities, it's a suitable showcase for all the advantages that architecture components bring, has all features that would make it a modular, scalable, testable and maintainable app.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to TwitterClone

StockerBot
Twitter Bot to follow financial trends in publicly traded companies
Stars: ✭ 77 (+196.15%)
Mutual labels:  twitter-api
Stranger Things Wall
A wall of addressable LEDs inspired by the Netflix series Stranger Things that displays messages from Twitter.
Stars: ✭ 22 (-15.38%)
Mutual labels:  twitter-api
login-page-css
🔐 An Open Source Template for Login Page From Scratch Without Any CSS Framework
Stars: ✭ 111 (+326.92%)
Mutual labels:  login-page
SMMT
Social Media Mining Toolkit (SMMT) main repository
Stars: ✭ 116 (+346.15%)
Mutual labels:  twitter-api
flutter drink login app
Speed Code 2 - 漂亮的饮料食谱 App
Stars: ✭ 58 (+123.08%)
Mutual labels:  login-page
discord-twitter-webhooks
🤖 Stream tweets to Discord
Stars: ✭ 47 (+80.77%)
Mutual labels:  twitter-api
betterdocs
📚 Web version of https://github.com/khusnetdinov/ruby.fundamental repo - Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading.
Stars: ✭ 25 (-3.85%)
Mutual labels:  solid-principles
ml-flashcards
Extracting data from Twitter for #machinelearningflashcards 🤖
Stars: ✭ 35 (+34.62%)
Mutual labels:  twitter-api
trumptweets
Download data on all of Donald Trump's (@RealDonaldTrump) tweets
Stars: ✭ 39 (+50%)
Mutual labels:  twitter-api
twitter-d
TypeScript types for Twitter API objects
Stars: ✭ 54 (+107.69%)
Mutual labels:  twitter-api
TinyFlowerBeds
Educational bot that posts a tiny flower bed on Twitter every few hours. Check it out if you're new to Python and open source!
Stars: ✭ 12 (-53.85%)
Mutual labels:  twitter-api
twitter-stream
A Go wrapper for Twitter's V2 Filtered Stream API
Stars: ✭ 26 (+0%)
Mutual labels:  twitter-api
Penicillin
Modern powerful Twitter API wrapper for Kotlin Multiplatform. #PureKotlin
Stars: ✭ 91 (+250%)
Mutual labels:  twitter-api
tweet-delete
Self-destructing Tweets so you too can be cool 😎
Stars: ✭ 68 (+161.54%)
Mutual labels:  twitter-api
eleventy-plugin-embed-tweet
A plugin for embedding tweets on the server side during build time
Stars: ✭ 24 (-7.69%)
Mutual labels:  twitter-api
twitter-like-bot
This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.
Stars: ✭ 30 (+15.38%)
Mutual labels:  twitter-api
CryptoManana
An Advanced PHP Cryptography Framework
Stars: ✭ 15 (-42.31%)
Mutual labels:  solid-principles
twspace-crawler
Script to monitor & download Twitter Spaces 24/7
Stars: ✭ 78 (+200%)
Mutual labels:  twitter-api
github-readme-twitter
Add Twitter to your github readme
Stars: ✭ 73 (+180.77%)
Mutual labels:  twitter-api
trending-twitter
Simple dashboard for getting currently trending hashtags and topics on Twitter
Stars: ✭ 23 (-11.54%)
Mutual labels:  twitter-api

Twitter Client iOS App

TwitterClient app represents a real world twitter client app: it provides a fairly complex set of functionalities, it's a suitable showcase for all the advantages that architecture components bring, has all features that would make it a modular, scalable, testable and maintainable app.

Implemented Using

  • MVVM with RxSwift
  • RxMoya for netwokring
  • Coordinators (Navigators) pattern for app flow
  • Modular Archicture (App, Data, Core, Presentation)
  • Many design patterns (Builder, Factory, Repository, Singletone, Strategy, ...etc)
  • SOLID Principles
  • Storyboards, Nib files and programmatically for design the views
  • Realm Database
  • OAuthSwift
  • Twitter API
  • Self implemented reusable componants (Pager Table View with refresher, Image zoom preview, ...etc)

Review Demo Video

Video Demo

App Features

  • Login with Twitter
  • Add and switch betweeen multiple twitter accounts
  • Load user follwers with pagination
  • Offline Caching for the followers

Usage

Pull or download the repo after that make 'pod install' command then you can run.

Note

The Twitter API key have a limited requests so it may stop to return user followers, if this happened you have to change twitter api credentials.

Modular Architecture

🛡 License

Click to reveal License
MIT License

Copyright (c) 2021 Mohamed Salah Zidane

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].