API Security, Logging, & Restructure

- Added a .gitignore
- Implemented security.py (apikeys.py from server-api)
- Implemented wrapper.py (wrapper from radicalbot
- Added proper logging using log.conf
- Split tracker API endpoints into a router
- Renamed Target classes to Tracker
This commit is contained in:
riley 2021-08-23 02:14:40 -04:00
parent 13075f7fa3
commit f5e0ac8cac
11 changed files with 278 additions and 111 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*/__pycache__/*
*.log