mirror of
https://github.com/nikdoof/flexget-twitter.git
synced 2025-12-13 07:32:15 +00:00
26 lines
963 B
Markdown
26 lines
963 B
Markdown
flexget-twitter
|
|
===============
|
|
|
|
Twitter plugin for Flexget
|
|
|
|
**This plugin is in the process of being merged into Flexget base, check the [pull request](https://github.com/Flexget/Flexget/pull/564) for a up to date version.**
|
|
|
|
Requirements
|
|
------------
|
|
|
|
This plugin requires [tweepy](https://github.com/tweepy/tweepy) to run.
|
|
|
|
Setup
|
|
-----
|
|
|
|
* Copy both files to your ~/.flexget/plugins folder
|
|
* Run flexget --twitter-auth and run through the OAuth setup
|
|
* Copy the resulting config snippit to your config.yml
|
|
|
|
Once done Flexget will tweet each time a new file is accepted.
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
You can modify the tweet details by adding a "template" option under your twitter section. This is parsed with the entry data so can accept any data stored within it (e.g. title, series_name) and its reliant on what plugins you use for your entry data. At the moment it doesn't do much error detection so it could fail if a value isn't available for the entry.
|