Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jimkang/twitterjerkdetector

Account's avatar
jimkang/call-next-tick
Calls callbacks on next tick so you can avoid craziness from code that expects async to not execute immediately.
Account's avatar
jprichardson/node-jsonfile
Easily read/write JSON files.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

jimkang's profile
jimkang
25 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
jimkang

jimkang/twitterjerkdetector

Given an array of Twitter user ids, gives back an array of the subset of those user ids that aren't jerks.

JavaScript
8
3
No license

A small Node.js library that screens a list of Twitter user IDs and returns two groups – “coolguys” (users whose bios don’t contain any flagged keywords) and “jerks” (users that do, plus any IDs supplied via a blacklist). It’s aimed at developers who want to automatically filter out undesirable accounts when working with the Twitter API.