make sure lantern.py can be automated for option 4, 9 and 10

This commit is contained in:
root 2025-02-22 16:47:46 +01:00
parent 87cf3cae10
commit b772fc454d
3 changed files with 65 additions and 10 deletions

View file

@ -120,12 +120,12 @@ V1.0.2:
- php+css : make the css styling not ugly on mobile
- py: make sure that running option 4 automatically creates the folder for a new official webring participant and downloads the files all the same, instead of just iterating through the folders.
- py: check that banners are at the most 5MB big
- py : if an argument is passed to lantern.py, enter automation mode, and at least automate option 4, 9 and 10 (ex: python3 lantern.py 4)
```
Future Versions:
```
V1.0.2:
- py : if an argument is passed to lantern.py, enter automation mode, and at least automate option 4 (python3 lantern.py 4)
- py: in option 1, upon listing new links, if the description isn't empty, consider the link as trusted, and write it verified.csv. If description is empty, write it in unverified.csv instead.
- py: in option 2, upon trusting links, if description doesnt exist, ask the user to write one that isn't empty, and if it does exist, ask the user to press enter to keep the existing description, otherwise write a new one
- py: merge the option 2 and 3 together, and repurpose option 3 to become "edit links attributes"