#vss365 today prompt tweet finder service
- Path to archive downloads directory (
DOWNLOADS_PATH
) - Path to static prompt images directory (
IMAGES_DIR
) - Crontab-formatted list of finder run times (
SCHEDULE_TIMES
) - Twitter API v2 bearer token (
TWITTER_BEARER
) - Running instance of #vss365 today API v2
- Operating domain (
API_DOMAIN
) - API key with
has_archive
,has_notifications
,has_hosts
, andhas_prompts
permissions (API_AUTH_TOKEN
)
- Operating domain (
- Install Python 3.10+, Poetry 1.3.0+, and VS Code
- Create required secret keys in appropriate place (default:
./secrets
) - Modify
configuration/default.json
as required - Run
poetry install
- Launch the app using the provided VS Code launch configuration
Creating a Docker image will install all required components. Creating an image is a one-line command:
docker build -t vss365today-finder:latest .
2020-2023 Caleb Ely