FIB's courses folder creator
- Visit the api site of the FIB, login with your Raco-FIB account and copy the whole JSON.
- Visit this JSON Query Tester and paste the JSON in the JSON spot.
- Paste the next code in the Extraction Query spot and click Run.
- Copy the Resoult, paste it in the Entry to test against spot from this online regex tester and paste the next RegEx in the Regular Expression spot:
[^a-zA-Z0-9-(\r\n|\r|\n)]
- Leave the Replace with (Optional) empty and click Replace.
- Create a new folder and create a file called names.txt.
- Paste in this new file the Result of the RegEx replacement.
- In this folder, copy the file named program from this repo.
- Using the bash terminal run:
- Run the program using