Search from any resources(constructed by URI and sentence) in CLI.
Change direction: Search from Scrapbox articles in CLI.
let's pip install sagasu
- python (>=3.8)
- (Optional) Twitter Developer token and keys
- need to crawl your favorite
looking for
- likes in Twitter
- pages in Scrapbox
pip install sagasu
- edit your config file
- (if you collect twitter info) set these environment variables
- CONSUMER_KEY
- CONSUMER_SECRET
- ACCESS_TOKEN
- ACCESS_TOKEN_SECRET
sagasu indexing
sagasu search
if you enable caption feature, sagasu
search any images.
pip install sagasu[cation]
and SAGASU_CAPTION=true sagasu indexing
.
Set config.yml
under $HOME/.sagasu/config
sources:
- source_type: twitter
target: <user name>
- source_type: scrapbox
target: <target project name>
This package was created with Cookiecutter and the cookiecutter-docker-science project template.