Skip to content

FHMS-ITS/Grand_Theft_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grand Theft API

Getting started

  • DFRWS EU 2024 Paper - Corresponding paper
  • doxygen - Documentation for source code
  • config - Config files such as token-csv-files and other constants
  • logs - Default location for logging of requests
  • src - gta.py source code

Installation

Use pip to install the requirements.txt

pip install -r requirements.txt

or

python3 -m pip install -r requirements.txt

then create the required directories by executing the bash script requiredDir.sh the directories needed are listed in VehConst.py and can be changed if desired

./requiredDir.sh

first navigate to the src directory, then start the gta.py script paths for csv files are relative to /src, so executing must be done from inside /src

cd src
./gta.py -v

Contribution

We are open to all kinds of contributions. If it's a bug fix or a new feature, feel free to create a pull request. Please consider some points:

  • Just include one feature or one bugfix in one pull request. In case you have two new features please also create two pull requests.
  • Try to stick with the code style used.

Nice to know:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages