An open API service indexing awesome lists of open source software.

https://github.com/shootermv/wip-exam-server

Python server serving rest api
https://github.com/shootermv/wip-exam-server

django python2

Last synced: 6 months ago
JSON representation

Python server serving rest api

Awesome Lists containing this project

README

          

Django Rest Framework + Tiwtter Birdy Client
============================================

To try it yourself, clone the repo and run:

* `pip install -r requirements.txt`
* `create .env file with twitter app credentials at project root`
* `python manage.py runserver`

## Example of .env:

```python

CONSUMER_KEY=your-consumenr-key
CONSUMER_SECRET=your-consumenr-secret
ACCESS_TOKEN=your-access-token
ACCESS_TOKEN_SECRET=your-access-token-secret
```

## Client

[link to client project](https://github.com/shootermv/wip-exam-client)