Welcome to the repository for @womptron!
Create an application in the Twitter Developer Platform and provide:
TWITTER_CONSUMER_KEY- Twitter API consumer keyTWITTER_CONSUMER_SECRET- Twitter API consumer secretTWITTER_ACCESS_TOKEN- Twitter API access tokenTWITTER_ACCESS_TOKEN_SECRET- Twitter API access token secret
WOMPTRON_INTERVAL- Interval in seconds to check for new womps (default: 60)LOG_LEVEL- Logging level:ERROR,WARN,INFO, orDEBUG(default:INFO)
Womptron uses a structured logging system with different levels:
ERROR- Only error messagesWARN- Warning and error messagesINFO- General information, warnings, and errors (default)DEBUG- All messages including detailed debugging information
Set LOG_LEVEL=DEBUG to see detailed API responses and debugging information.
yarn start