Attempts to find books mentioned on Twitter. It uses Twitter API for parsing tweets and spaCy for extracting possible books.
You need these four environment variables set:
TWITTER_CONSUMER_KEY
TWITTER_CONSUMER_SECRET
TWITTER_ACCESS_TOKEN_KEY
TWITTER_ACCESS_TOKEN_SECRET
Follow this for getting access to the tokens
You can configure both the model size and language.
Edit ~/.config/twitbooks/config.json
{"lang": "en", "size": "sm"}The model sizes can be either: sm|md|lg. More information about
language and models here