this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation for mentions-timeline command, refs #26

+6
+6
README.md
··· 147 147 148 148 This will filter your tweets table to just tweets that appear in your timeline, ordered by most recent first and use faceting to show you which users are responsible for the most tweets. 149 149 150 + ## Retrieving your mentions 151 + 152 + The `mentions-timeline` command works like `home-timeline` except it retrieves tweets that mention the authenticated user's account. It records the user account that was mentioned in a `mentions_tweets` table. 153 + 154 + It supports `--since` and `--since_id` in the same was as `home-timeline` does. 155 + 150 156 ## Providing input from a SQL query with --sql and --attach 151 157 152 158 This option is available for some subcommands - run `twitter-to-sqlite command-name --help` to check.