-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
54 changed files
with
148 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
- [Roadmap](#roadmap) | ||
- [API](#api) | ||
- [Documentation](#documentation) | ||
- [Translation](#translation) | ||
- [License](#license) | ||
|
||
Test the app [here](https://uclouvaindown-ed3979a045e6.herokuapp.com/) | ||
|
@@ -20,7 +21,7 @@ You can find the list of all currently track services in this [json](services.js | |
|
||
## How does it work ? | ||
|
||
![Homepage](doc/img/image.png)![Alt text](image.png) | ||
![Homepage](doc/img/image.png) | ||
|
||
Here is the control panel where every website is displayed. | ||
|
||
|
@@ -32,23 +33,23 @@ I am tracking and storing the last status in the JSON and only doing request eve | |
|
||
## How to run it ? | ||
|
||
First, make sure to get the latest version of python (I am using 3.12). then follow these steps: | ||
First, you need to use **python 3.11** version (we suggest you to use a virtual environnement). | ||
|
||
1. `git clone [email protected]:Tfloow/UCLouvainDown.git` (*or fork it*) | ||
2. `pip install -r requirements.txt` | ||
3. `flask run --host=0.0.0.0` | ||
3. `python app.py` | ||
|
||
### Explanation of the steps | ||
|
||
1. Clone the repo so you can get the code | ||
2. In the main directory, install all needed dependencies and the correct version without hassle in one command | ||
3. Run the app. It will host locally on your pc and you can access it through other devices connected on the same network as your pc | ||
3. Run the app. It will host locally on your pc.c | ||
|
||
## Roadmap | ||
|
||
- [x] Working pages | ||
- [x] Home Page with links to other sub-pages | ||
- [ ] A nice and clear home page with all current status | ||
- [x] A nice and clear home page with all current status | ||
- [x] Deployed locally | ||
- [x] Deployed globally | ||
- [x] Tracking downtime | ||
|
@@ -58,14 +59,20 @@ First, make sure to get the latest version of python (I am using 3.12). then fol | |
|
||
### API | ||
|
||
- [ ] Integrate a Fast API | ||
- [ ] Support for webhook | ||
- [x] Integrate a Fast API | ||
- [x] Support for webhook | ||
- [ ] RSS | ||
|
||
## Documentation | ||
|
||
You can find the documentation and have a better understanding of what is going under the hood by reading [this](doc/doc.md). (*Please, open an issue with the tag "doc" to add any comments or when you need more information about a specific point of the doc*). | ||
|
||
## Translation | ||
|
||
This website is currently translated in English and French. We welcome any new translations ! | ||
|
||
Check [this document](/translations/contribue.md) to see how you can contribute to the project. | ||
|
||
## License | ||
|
||
This work is protected under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). For the favicon, I used the UCLouvain's logo and 2 images that doesn't belong to me but to their rightful owner (*Check compliance with the license*). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ date,UP | |
2024-01-25T02:21:35,True | ||
2024-01-25T02:21:35,True | ||
2024-01-25T02:31:35,True | ||
2024-02-04T08:47:30,False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:39,False | ||
2024-02-03T22:12:39,False | ||
2024-02-03T22:17:39,False | ||
2024-02-04T08:50:42,False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:40,True | ||
2024-02-03T22:12:40,True | ||
2024-02-03T22:17:40,True | ||
2024-02-04T08:51:05,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:40,True | ||
2024-02-03T22:12:40,True | ||
2024-02-03T22:17:40,True | ||
2024-02-04T08:50:43,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:40,True | ||
2024-02-03T22:12:40,True | ||
2024-02-03T22:17:41,True | ||
2024-02-04T08:51:06,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:41,True | ||
2024-02-03T22:12:41,True | ||
2024-02-03T22:17:41,True | ||
2024-02-04T08:51:07,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:45,True | ||
2024-02-03T22:12:45,True | ||
2024-02-03T22:17:45,True | ||
2024-02-04T08:51:14,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:43,True | ||
2024-02-03T22:12:43,True | ||
2024-02-03T22:17:43,True | ||
2024-02-04T08:51:11,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:42,True | ||
2024-02-03T22:12:42,True | ||
2024-02-03T22:17:42,True | ||
2024-02-04T08:51:08,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:44,True | ||
2024-02-03T22:12:44,True | ||
2024-02-03T22:17:44,True | ||
2024-02-04T08:51:13,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:44,True | ||
2024-02-03T22:12:44,True | ||
2024-02-03T22:17:45,True | ||
2024-02-04T08:51:14,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:42,True | ||
2024-02-03T22:12:42,True | ||
2024-02-03T22:17:42,True | ||
2024-02-04T08:51:09,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:44,True | ||
2024-02-03T22:12:44,True | ||
2024-02-03T22:17:44,True | ||
2024-02-04T08:51:13,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:43,True | ||
2024-02-03T22:12:43,True | ||
2024-02-03T22:17:43,True | ||
2024-02-04T08:51:10,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ date,UP | |
2024-02-03T22:12:43,True | ||
2024-02-03T22:12:43,True | ||
2024-02-03T22:17:44,True | ||
2024-02-04T08:51:12,True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
[ignore: venv/**] | ||
|
||
[python: **.py] | ||
[jinja2: templates/**.html] |
Oops, something went wrong.