How to Install db2twitter in Ubuntu 18.04



Install db2twitter by entering the following commands in the terminal:

sudo apt update
sudo apt install db2twitter

Description:

Simple Twitter bot using a database to build and send tweets

db2twitter fetches data from a database using the SQLAlchemy library, filling a user-defined template to build a tweet and send it. db2twitter keeps track of already sent tweets and only sends a new tweet if it was not sent before. db2twitter information are stored in a sqlite database.

Homepage: https://github.com/chaica/db2twitter

Version: 0.6-1build1

Section: universe/python