mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
new roadmap with crawler and simplex chatrooms and servers
This commit is contained in:
parent
e7a2ad4a0c
commit
95a3af2a90
4 changed files with 125 additions and 2 deletions
18
README.md
18
README.md
|
@ -111,12 +111,26 @@ V1.0.4:
|
|||
- py: add an optional way to run lantern.py without any manual inputs by passing arguments (ex: python3 lantern.py 1 name desc link "description") or simply (python3 lantern.py 4) to synchronize links --> for all options! either manual lantern.py or prompt-less lantern.py with arguments
|
||||
- docker: figure out how to dockerize the darknet lantern project while maintaining the onion-only requirement (c0mmando is on it, will merge it when he finishes)
|
||||
|
||||
V1.1.0+:
|
||||
|
||||
V1.1.0 (SimpleX chatrooms and servers uptime ):
|
||||
- V1.1.0: find a way to check if the simplex invite link is still joinable or not, but without joining it every time (it should only join it ONCE) -> make it remember that this invite link equates to this chat
|
||||
room name ? and then if chatroom name exists then instead of trying to join it make it look for "this chatroom has been deleted" message, if it doesn't exist then assume the chatroom is still joinable. (problem is that the bot should not join every chatroom every 3 hours just to check the uptime, it pollutes chatrooms by doing that.)
|
||||
- V1.1.1: using regex alone, create the functions "isSimpleXChatroomValid", and "IsSimplexServerValid", and it should return True for ALL the different syntaxes for simplex chatroom invite links, and smp and xftp servers
|
||||
- V1.1.2: uptime.py: make it able to check the uptime of 1) onion links, 2) simplex chatroom links (ONLY if it can query the simplex daemon on 127.0.0.1:3030), and 3) simplex smp and xftp servers
|
||||
|
||||
V1.2.0 SimpleX Crawler:
|
||||
- V1.2.0: crawler.py: list all the existing simplex chatroom links in verified.csv, make the simplex bot join them via 127.0.0.1:3030 ONLY if it didn't join that chatroom yet. make sure that crawler.py is able
|
||||
to know which chatroom name he's in corresponds to which invite link (either via simplex directly, or via an external simplex-crawl.csv file (columns: link (simplex:/#contact[...]), joined (y/n))
|
||||
- V1.2.1: crawler.py: find a way to list (in python) the last unread messages, list them one by one, AND in each message the bot should be able to find, find every simplex link, every .onion link, and every simplex smp / xftp servers links, even if there are multiple onion / simplex links in the same message, he should be able to recognize all of them and list them locally in a crawled.csv file (for now at least, later it'll be in unverified.csv directly)
|
||||
- V1.2.2: crawler.py: make the script categorize the onion links into "onion websites", the simplex chatroom invite links into "simplex chatrooms", and the simplex servers smp and xftp links into "simplex serv
|
||||
ers" categories, AND in unverified.csv directly
|
||||
|
||||
V1.4.0+ PGP support:
|
||||
- csv+php+py: implement PGP support to list public pgp keys for verified websites
|
||||
- csv+php: figure out how to expand the software to include simplex chatrooms (maybe add another column ?)
|
||||
- py: simplex chatrooms, figure out a way to check their uptime aswell (if the invite link is still valid or not)
|
||||
|
||||
V1.2.0+:
|
||||
V1.5.0+ I2P support:
|
||||
- add i2p support for eepsites (hopefully by then the blogposts on i2p will be written)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue