adds correct license

This commit is contained in:
2025-02-09 16:02:49 +01:00
parent 1b680f1c51
commit 59fed26abf
2 changed files with 435 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
# Torn User Activity Scraper
This project is a web application that scrapes user activity data from the Torn API and displays the results. It includes features for starting and stopping the scraping process, viewing logs, and downloading results.
## Features
- Start and stop scraping user activity data
@@ -10,6 +8,14 @@ This project is a web application that scrapes user activity data from the Torn
- View scraping results and statistics
- Toggle between light and dark mode
**Note:** Many features are not fully implemented yet, but the activity tracker/grabber works as intended.
## Planned Features
- Additional analyses
- Selector for Torn API data to choose which data shall be tracked
- Improved / fixed log viewer
## Requirements
- Python 3.8+
@@ -89,4 +95,4 @@ flask run
## License
This project is licensed under the MIT License.
All assets and code are under the [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/) LICENSE and in the public domain unless specified otherwise.