lhbelfanti/goxcrap
X (formerly Twitter) web scrapper, written in Go
85
X (formerly Twitter) web scrapper, written in Go.
Add the following environment variables to the docker-compose.yml, and replace the values within parenthesis
APP_EXPOSED_PORT=(GoXCrap Host Port)
APP_INTERNAL_PORT=(GoXCrap Container Port)
EMAIL=(Twitter account email)
USERNAME=(Twitter username)
PASSWORD=(Twitter password)
BROKER_CONCURRENT_MESSAGES=(Number of concurrent messages that will be processed)
DRIVER_PATH=(The path to the Chrome driver) --> Example: /usr/bin/chromedriver
BROWSER_PATH=(The path to the Chrome browser) --> Example: /usr/bin/chromium
RABBITMQ_USER=(The RabbitMQ user)
RABBITMQ_PASS=(The RabbitMQ password)
RABBITMQ_PORT=(The RabbitMQ port) --> Usually 5672
SAVE_TWEETS_API_URL=(Domain of the application with the endpoint /tweets/v1)
docker pull lhbelfanti/goxcrap