db2twitter
Simple Twitter bot using a database to build and send tweets
Install
- All systems
-
curl cmd.cat/db2twitter.sh
- Debian
-
apt-get install db2twitter
- Ubuntu
-
apt-get install db2twitter
- Kali Linux
-
apt-get install db2twitter
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install db2twitter
- Raspbian
-
apt-get install db2twitter
- Dockerfile
- dockerfile.run/db2twitter
db2twitter
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.