Skip to content

simple api making use of twitter feeds and created with the django rest framework

Notifications You must be signed in to change notification settings

despean/sample_restapi_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MYRESTAPP

simple api making use of twitter feeds and the created with the django rest framework

pip install -r requirements.txt

python manage.py makemigrations
python manage.py migrate
python mange.py runserver```

EndPoints
```127.0.0.1:8000/api/v1/trends
127.0.0.1:8000/api/v1/trends/:id

scraping data with the twiiter api 127.0.0.1:8000/scraptweets

About

simple api making use of twitter feeds and created with the django rest framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages