Moussouni, Yaël 9f7a5ef1fb 2025-10-07: Update
2025-10-07 09:54:38 +02:00
2025-10-07 09:54:38 +02:00
2025-10-07 09:54:38 +02:00
2025-10-07 09:54:38 +02:00
2025-10-07 09:54:38 +02:00
2025-09-15 20:56:41 +02:00
2025-09-15 20:56:41 +02:00
2025-09-22 11:04:28 +02:00
2025-09-22 11:04:28 +02:00

ArXtic: ArXiv T I C

Setup

Clone this repository with:

git clone https://codeberg.org/Yael-II/ArXtic/

Create a virtual environment with python using:

python3 -m venv venv

If you decide to use a different virtual environment, please change the VENV_DIR variable in cfg/general_config.cfg. Then, to allow the execution of the setup script, use:

chmod u+x setup.sh

and then run:

./setup.sh

Finally, you may want to add filters. For each field you want to filter, create a file in the cfg/filters directory. The fields that are filtered for each file is specified by #FIELD="field_name" in the file. Then, filtered keywords are listed, separated by a line break (one item per line). Then name of the file has no incidence (except for masked files using a . (dot), such as .filename, which are ignored).

Licence

ArXtic Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see www.gnu.org/licenses/.

Description
No description provided
Readme 244 KiB
Languages
Python 92%
Shell 8%