diff --git a/README.md b/README.md index 18bfb76..1a64cc6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Installation: -Install Gitea Actions Webscraper dependency by running: +Install [Gitea Actions Webscraper](https://codeberg.org/Benjamin_Loison/Gitea_Actions_Webscraper) dependency by running: ``` pip install gitea_actions_webscraper @@ -10,7 +10,7 @@ pip install gitea_actions_webscraper ## Configuration: -Modify `config.py` with the `i_like_gitea` cookie that you can obtain with the `Network` tab (`Ctrl` + `Shift` + `E` with Firefox) when refreshting [the actions webpage](https://gitea.lemnoslife.com/LemnosLife/LemnosLife_Client_chat_majeste/actions). +Modify [`config.py` `i_like_gitea` cookie](https://gitea.lemnoslife.com/LemnosLife/Gitea_Actions/src/commit/ddf19cd33414d778598bb0dbe00ab46e3ca1aae1/config.py#L3) that you can obtain with the `Network` tab (`Ctrl` + `Shift` + `E` with Firefox) when refreshting [the actions webpage](https://gitea.lemnoslife.com/LemnosLife/LemnosLife_Client_chat_majeste/actions). ## Usage: diff --git a/gitea_actions.py b/gitea_actions.py index 220f0c2..9d87457 100755 --- a/gitea_actions.py +++ b/gitea_actions.py @@ -23,7 +23,9 @@ with open('.git/refs/heads/master') as f: # Isn't there already live updates on UI? +print('Verifying Gitea Actions Webscraper configuration...') gitea_actions_webscraper = GiteaActionsWebscraper(config.instance, config.repository, config.i_like_gitea) +print('Gitea Actions Webscraper configuration verified!') while True: while True: actions = gitea_actions_webscraper.getFirstActionsPage()