SYNOPSIS
db2twitter db2twitter.ini
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
AUTHOR
Carl Chenet <[email protected][]>
RESSOURCES
db2twitter project homepage : https://github.com/chaica/db2twitter
LICENSE
Copyright © 2015 Carl Chenet <[email protected]> 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/.