Skip to main content

Twitter bot to tweet uplifting images at twitter users

Project description

UpBeatBot

Twitter bot to tweet uplifting images at twitter users

Usage

Simply tweet a mention at UpBeatBot (@UpBeatBot) on Twitter to receive a cute picture tweeted at you

Running UpBeatBot

To run UpBeatBot on your own, download the source code and create a .env file that contains your twitter bot's authentication keys. You can copy the .example_env file to .env and replace with your relevant keys

Next, create a Python virtual environment running python3. Assuming you have the virtualenv package installed, you can run the following command in this directory to get it set up:

virtualenv -p $(which python3) venv

Activate the virtual environment by entering source venv/bin/activate from the project directory

Finally, install the requirements by entering pip install -r requirements.txt from the project root. This will install the needed dependencies in the virtual environment for use by the program

Runing ./main.py will start the TwitterBot, it will log information about program execution to a log file (dev.log) in the directory UpBeatBot is stored in

Running Unit Tests

To run the unit tests for this project, enter python -m unittest discover -v from the project root. You'll see the output of every test method, and if any fail an explanation as to why they failed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

upbeatbot-0.0.1.linux-x86_64.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

upbeatbot-0.0.1-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page