Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/censortracker/censortracker_backend
The simple backend for Censor Tracker
https://github.com/censortracker/censortracker_backend
api censorship django domains dpi drf locks runet russia
Last synced: 3 months ago
JSON representation
The simple backend for Censor Tracker
- Host: GitHub
- URL: https://github.com/censortracker/censortracker_backend
- Owner: censortracker
- License: mit
- Created: 2020-05-26T07:35:31.000Z (over 4 years ago)
- Default Branch: prod
- Last Pushed: 2023-11-14T23:06:57.000Z (about 1 year ago)
- Last Synced: 2024-04-17T16:20:56.015Z (10 months ago)
- Topics: api, censorship, django, domains, dpi, drf, locks, runet, russia
- Language: Python
- Homepage:
- Size: 30.8 MB
- Stars: 10
- Watchers: 6
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
This Django project provides extremely simple API for writing and reading domains reported by [Censor Tracker](https://git.io/JfoBg).
This is a part of the mechanism which will help us to detect DPI locks initiated by the government services.
Pre Requirements
================- Docker
- PyCharm (or any other IDE/Editor)Running
=======Just run this command:
~ bash meta/local-dev/deploy.sh -s
API
===
This web-site provides two endpoints:```
GET /config/ - Configuration
GET /countries/ - Supported countries
```License
=======Censor Tracker is licensed under the MIT License. See LICENSE for more
information.