Releases: ail-project/ail-feeder-twitter
ail-feeder-twitter v1.3 released fixing bugs and using AIL project twint fork
ail-feeder-twitter v1.3 released fixing bugs and using AIL project twint fork.
The twint fork from AIL includes various fixes to allow the search on Twitter without API key. This releases also include various fixes especially to properly catch network issue.
Changes
- [requirements] specify a package name for twint. [Alexandre Dulaunoy]
- [requirements] now use the AIL project twint fork. [Alexandre Dulaunoy]
Fixes
- [exception] failed downloads are skipped. [Alexandre Dulaunoy]
- [exception] handling for other exception. [Alexandre Dulaunoy]
- [alarm] add an alarm when fetching from Twitter. [Alexandre Dulaunoy]
- [twitter] hostname might be sometime missing. [Alexandre Dulaunoy]
Other
- Merge branch 'master' of github.com:ail-project/ail-feeder-twitter.
[Alexandre Dulaunoy] - Update README.md. [Alexandre Dulaunoy]
AIL project feeder for twitter v1.0 released
AIL project feeder v1.0 released
New
- [ail] publish added. [Alexandre Dulaunoy]
- [cache] for url added (to avoid downloading multiple time the same
urls from different tweets) [Alexandre Dulaunoy] - [feeder] first version. [Alexandre Dulaunoy]
- [config] sample configuration file added. [Alexandre Dulaunoy]
- [doc] output JSON to feed AIL new mixer format - WiP format to replace
old non-JSON format. [Alexandre Dulaunoy] - [README] initial import. [Alexandre Dulaunoy]
Changes
-
[requirements] add missing simplejson requirement. [Alexandre
Dulaunoy] -
[install] add python requirement. [Terrtia]
-
[remove] config. [Alexandre Dulaunoy]
-
[cfg] sample file to avoid overwrite or leak. [Alexandre Dulaunoy]
-
[doc] sample JSON added. [Alexandre Dulaunoy]
-
[json] JSON output fixed to match expecting AIL framework behaviour.
[Alexandre Dulaunoy]- feeder name should match what they do. In this case, we do two
specific actions: twitter collection and url extraction. - JSON object must be separated from each feeder behaviour
- If possible, a meta should be added to trace the origin of the tweet.
In this case, we use the tweet id as a reference.
- feeder name should match what they do. In this case, we do two
-
[doc] JSON sample updated. [Alexandre Dulaunoy]
-
[feeder name] use underscore. [Terrtia]
-
[doc] JSON example fixed. [Alexandre Dulaunoy]
-
[doc] JSON example. [Alexandre Dulaunoy]
-
[doc] help updated. [Alexandre Dulaunoy]
-
[config] updated. [Alexandre Dulaunoy]
-
[doc] real sample output added. [Alexandre Dulaunoy]
Fix
- [feeder] catch exception if the NLP of newspaper fail. [Alexandre
Dulaunoy]
Other
-
Merge branch 'feeder_name' [Terrtia]
-
Merge pull request #1 from ail-project/feeder_name. [Alexandre
Dulaunoy]chg: [feeder name] use underscore