All Projects → learningnoobi → twitter-api

learningnoobi / twitter-api

Licence: other
Django Rest framework Real Time Twitter API . Fully functional twitter app with websocket api to notify and send chat in real time using django channels.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to twitter-api

django-rest-live
Subscribe to updates from Django REST Framework over Websockets.
Stars: ✭ 48 (+60%)
Mutual labels:  django-rest-framework, django-channels
django-restful-admin
Django admin restful api
Stars: ✭ 51 (+70%)
Mutual labels:  django-rest-framework
Restoring-Extremely-Dark-Images-In-Real-Time
The project is the official implementation of our CVPR 2021 paper, "Restoring Extremely Dark Images in Real Time"
Stars: ✭ 79 (+163.33%)
Mutual labels:  real-time
indrz-be
Indoor mapping, routing system for orientation and wayfinding or facility management
Stars: ✭ 80 (+166.67%)
Mutual labels:  django-rest-framework
Faster-Grad-CAM
Faster and more precisely than Grad-CAM
Stars: ✭ 33 (+10%)
Mutual labels:  real-time
robinhood.tools
📈🤑💰 Advanced trading tools and resources for Robinhood Web.
Stars: ✭ 27 (-10%)
Mutual labels:  real-time
shopping-cart
A simple Shopping-cart built with React and Django REST Framework(DRF)
Stars: ✭ 41 (+36.67%)
Mutual labels:  django-rest-framework
drf-psq
The simplest and most general way to manage action-based permissions, serializers, and querysets dependent on permission-based rules for the Django REST framework!
Stars: ✭ 24 (-20%)
Mutual labels:  django-rest-framework
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-30%)
Mutual labels:  real-time
tiny-cuda-nn
Lightning fast & tiny C++/CUDA neural network framework
Stars: ✭ 908 (+2926.67%)
Mutual labels:  real-time
asgi-mqtt
Interface between MQTT and ASGI
Stars: ✭ 34 (+13.33%)
Mutual labels:  django-channels
django-channels-react-redux
No description or website provided.
Stars: ✭ 14 (-53.33%)
Mutual labels:  django-channels
BeatNet
This repository contains the implementation of the AI-based "BeatNet" Joint beat, downbeat, tempo, and meter tracking system using CRNN and particle filtering. 2021's state-of-the-art online model - (ISMIR 2021).
Stars: ✭ 56 (+86.67%)
Mutual labels:  real-time
motis
Intermodal Mobility Information System
Stars: ✭ 45 (+50%)
Mutual labels:  real-time
phoenix-rtos-kernel
Phoenix-RTOS microkernel repository
Stars: ✭ 77 (+156.67%)
Mutual labels:  real-time
vbcg
real-time application for video-based methods in the context of MRI
Stars: ✭ 20 (-33.33%)
Mutual labels:  real-time
lxgui
Portable, real time, modular and data-driven GUI C++ library.
Stars: ✭ 50 (+66.67%)
Mutual labels:  real-time
o1heap
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems
Stars: ✭ 119 (+296.67%)
Mutual labels:  real-time
realtime-facereccpp
Real time face recognition with tracking (mtcnn detection, kcf tracker, arcface loss)
Stars: ✭ 32 (+6.67%)
Mutual labels:  real-time
keras2c
A simple library to deploy Keras neural networks in pure C for realtime applications
Stars: ✭ 25 (-16.67%)
Mutual labels:  real-time

twitter-api

Django Rest framework Real Time Twitter API . Fully functional twitter app with websocket api to notify and send chat in real time using django channels.

FrontEnd is in React js .

React Code : https://github.com/learningnoobi/twitter-react

If you are in windows ,you might get error installing redis . either install that seperately or use docker image

I am using cloudinary as my image storage , so make one cloudinary account and add that too in you env file

how to run

mkdir yourfolder
cd yourfolder
virtualenv env
source env/bin/activate
git clone https://github.com/learningnoobi/twitter-api.git
pip install -r requirements.txt
cd twitter-api
python manage.py runserver
Note: private info are added in .env file so create new .env file in root add them there

.env file looks like this

SECRET_KEY=yoursecretkey
email=youremail
password=yourapppassword
cloud_name=cloudinaryname
api_key=cloudinaryapikey
api_secret=cloudinarysecretkey

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].