This [script](https://osf.io/pgcyu) converts a Talys reaction file to Webnucleo XML. To use, download the script by typing
**curl -o talys_to_webnucleo.py -J -L https://osf.io/pgcyu/download**
As an example of how to run the script, first download an [example Talys file](https://osf.io/29xs4) for the reaction $n + ^{56}{\rm Fe} \to ^{57}{\rm Fe} + \gamma$ by typing
**curl -o astrorate.g -J -L https://osf.io/29xs4/download**
Then execute the command
**python talys_to_webnucleo.py astrorate.g new.xml --reactants n fe56 --products fe57 gamma**
The output is *new.xml*. You can change the *source* data describing the reaction data. For example, you could type
**python talys_to_webnucleo.py astrorate.g new.xml --reactants n fe56 --products fe57 gamma --source "A talys rate I converted!"**
The output XML file will now reflect your source data string.