This is an API server providing data for the chrome extension "9GAG Lookup".
Implemented with Django framework.
Use Postgresql as database.
The APIs can be divided into several types:
- User's personal information
- Keyphrases analysis
- Explanations for keyphrases
- Images showing in the personal information
- Notifications for the user
There are several files you can config:
- treasures.py
- point.py
- accum.py
The details are in those files.