db2twitter - simple Twitter bot using a database to build and send tweets
Contents
Description
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.
Examples
Launch db2twitter
$ db2twitter db2twitter.ini
License
Copyright © 2015 Carl Chenet <chaica@backupchecker.com> This program is free software: you can
redistribute it and/or modify it under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License. This program is distributed in the hope that
it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have
received a copy of the GNU General Public License along with this program. If not, see
http://www.gnu.org/licenses/.
Name
db2twitter - simple Twitter bot using a database to build and send tweets
Ressources
db2twitter project homepage : https://github.com/chaica/db2twitter
Synopsis
db2twitter db2twitter.ini
