ail-project / ail-framework

AIL framework - Analysis Information Leak framework
GNU Affero General Public License v3.0
527 stars 79 forks source link

Is there a way use the crawlers but not to auto-crawl found .onion and disable monthly recrawl? #140

Open certrik opened 2 years ago

certrik commented 2 years ago

Is there a way use the crawlers but not to auto-crawl found .onion and disable monthly recrawl?

Terrtia commented 2 years ago

Hey @certrik ! You can disable the auto-discovery by setting activate_crawler to False. (You need to restart the Onion module)

certrik commented 2 years ago

Hi @Terrtia , okay. Thank you. Crawling itself won't be disabled in this case? Because I still like to use the crawler.

Terrtia commented 2 years ago

The manual crawling is enabled by default if AIL can reach the Splash manager

certrik commented 2 years ago

@Terrtia THX. Does this also diasble the automatic recrawl once a month?