Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0kalekale/anitracc
anitracc - anime tracking site based on anilist
https://github.com/0kalekale/anitracc
Last synced: 22 days ago
JSON representation
anitracc - anime tracking site based on anilist
- Host: GitHub
- URL: https://github.com/0kalekale/anitracc
- Owner: 0kalekale
- License: bsd-3-clause
- Created: 2021-01-25T13:43:43.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-01-27T14:47:22.000Z (almost 4 years ago)
- Last Synced: 2023-09-01T14:13:59.161Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
README
# Anitracc
anilist.co frontend in flask. why? the website is too bloated, i need something that just werks.
## install
```
make install
```## run the server
```
make setup # only needed for the first time and after `make clean`
make run # run the server
```## clean up
```
make clean # deletes everything from the previous instance
```it works by saving your api token in instance/config.json, go to '/login' to authenticate
(note: this is only intended to run on localhost)
work in progress.