Go to file
2024-02-03 23:43:11 +01:00
config.py Add README.md and {gitea_actions, config}.py 2023-09-11 15:16:52 +02:00
gitea_actions.py Replace Downloaing with Downloading 2024-02-03 23:43:11 +01:00
README.md Add links to README.md and modify according to upcoming Gitea Actions Webscraper release 2023-09-11 15:40:31 +02:00

Gitea Actions

Installation:

Install Gitea Actions Webscraper dependency by running:

pip install gitea_actions_webscraper

Configuration:

Modify config.py i_like_gitea cookie that you can obtain with the Network tab (Ctrl + Shift + E with Firefox) when refreshting the actions webpage.

Usage:

  • ./gitea_actions.py check_compilation -m 'Check compilation' -a which commits, pushes and waits for action execution and returns if compilation successful or the error otherwise
  • ./gitea_actions.py compile -m 'Compile' -a which additionally downloads the associated binary
  • ./gitea_actions.py compile_and_run -m 'Compile and run' -a which additionally runs the associated binary