File: use.rst

package info (click to toggle)
retweet 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: python: 499; makefile: 148
file content (13 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Use Retweet
==================
After the configuration of Retweet, just launch the following command::

    $ retweet /path/to/retweet.ini

Using the -l or --limit command line option, you can limit the retrieved statuses from Twitter::

    $ retweet -l 12 /path/to/retweet.ini

Using the --dry-run command line option allows not retweeting the tweets and not feed local SQLite database, for testing purpose::

    $ retweet --dry-run /path/to/retweet.ini