NodeJS-based harvesting and gardening tools for WEnotes
  • JavaScript 90.2%
  • Python 5.4%
  • CoffeeScript 4.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-07-22 16:44:26 +12:00
attic Move example code to attic 2016-05-07 04:33:39 +00:00
doc Separate LICENSE/README, add block diagram 2013-09-11 22:35:20 +00:00
samples added hypothesis support, add sample content, and some scripts to remove spurious mentions 2017-08-23 17:06:43 +12:00
tools working script, creating CSVs for each term for a date range 2025-07-22 16:44:26 +12:00
views update of ids and R.C integration in wenotestochat for mastodon 2017-08-03 15:57:11 +12:00
.gitignore working script, creating CSVs for each term for a date range 2025-07-22 16:44:26 +12:00
couchwatch.js refactored config setting for options.json, renamed forums to forums-discourse.py and added a copy for community-discourse.py, deprecating discourse.py and forums.py 2019-10-21 03:08:31 +02:00
irc.js refactored config setting for options.json, renamed forums to forums-discourse.py and added a copy for community-discourse.py, deprecating discourse.py and forums.py 2019-10-21 03:08:31 +02:00
LICENSE Separate LICENSE/README, add block diagram 2013-09-11 22:35:20 +00:00
package.json added ability to specify multiple Mastodon instances for harvesting 2022-08-02 17:14:29 +12:00
README.couch added versioning info to bookmarks and blog_feed scripts, updated feed deleter tool 2018-09-19 14:28:02 +12:00
README.md updates to README.md, bookmarks debugging, forums, and twitters.js 2018-01-08 01:28:59 +00:00
twitter.js refactoring forums.py 2018-01-08 14:37:28 +13:00
twitterfill.js reversing the options.json path change 2017-08-08 10:00:47 +12:00
twitters.js refactored config setting for options.json, renamed forums to forums-discourse.py and added a copy for community-discourse.py, deprecating discourse.py and forums.py 2019-10-21 03:08:31 +02:00
wenotestochat.js backing out logging changes 2020-02-17 17:42:38 +13:00

WEnotes

WEnotes consists of several parts:

  • harvesting tools (this repository, WEnotes-tools) for:

  • deprecated and/or proprietary service for which we have harvesters we're no longer using. May be invalid due to changes in terms, or discontinuation, of service

    • ASKBOT (special RSS feed)
    • g+
    • identica (defunct open source micro-blogging service)
    • Twitter
  • a Mediawiki extension (WEnotes repository)

    • verifies user is logged in
    • saves local posts
  • Mediawiki Widget for collecting local microblog postings (wiki and WEnotes repository)

  • Mediawiki Widget for displaying an integrated display of all notes (wiki and WEnotes repository)

  • server (WEnotes-server repository)

    • Faye pub/sub server
    • simple proxy to CouchDB database (to avoid problems with networks that limit ports)
    • incoming webhook for Rocket.Chat integration