https://github.com/shootermv/wip-exam-server
Python server serving rest api
https://github.com/shootermv/wip-exam-server
django python2
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:16:50.000Z (over 3 years ago)
- Last Synced: 2025-10-10T06:59:46.124Z (8 months ago)
- Topics: django, python2
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- 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)