An automated bot that follows social media accounts
471
An automated bot that watches social media accounts.
Docker Hub: https://hub.docker.com/r/frozenfoxx/falconbot/
To build the container for falconbot use the standard Docker build workflow:
clone [email protected]:frozenfoxx/falconbot.git
cd falconbot
docker build -t frozenfoxx/falconbot:latest .
To use the Docker container in CLI mode simply run without options:
docker run -it \
--rm \
--name=falconbot \
frozenfoxx/falconbot:latest
The configuration file is located in /etc/falconbot/conf/falconbot.conf. It contains all primary and default options. An example file is as follows:
[DEFAULT]
acct_password = awesomepassword
acct_username = frozenfoxx
service = twitter
token = BIGSCARYTOKEN
Configuration file variables can be overridden by using the environment variables. All environment variables are the same as the command line argument, only in uppercase.
ACCT_PASSWORD: account password.ACCT_USERNAME: account username.CONFIG: path to the config file.ENVIRONMENT: config environment (default: DEFAULT).SERVICE: target service.TOKEN: API token.Configuration can also be supplied via the CLI as arguments. These have precedence over environment variables and configuration file variables.
acct_password: account password.acct_username: account username.config: path to the config file.environment: config environment (default: DEFAULT).service: target service.token: API token.Content type
Image
Digest
Size
18.3 MB
Last updated
over 5 years ago
docker pull frozenfoxx/falconbot