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
- Host: GitHub
- URL: https://github.com/shootermv/wip-exam-server
- Owner: shootermv
- Created: 2018-07-16T12:56:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:16:50.000Z (over 3 years ago)
- Last Synced: 2024-04-13T05:01:57.604Z (almost 2 years ago)
- Topics: django, python2
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)