Package | Description |
---|---|
org.torproject.metricsbot |
Microblogging and instant messaging bot for information about Tor relays and
bridges.
|
Modifier and Type | Method and Description |
---|---|
static MicroblogStatus |
BridgeTweetGenerator.generateAgeTweet(BridgeImpl bridge) |
static MicroblogStatus |
RelayTweetGenerator.generateAgeTweet(RelayImpl relay)
Returns a tweet about how long the relay has been contributing to the Tor
network.
|
static MicroblogStatus |
RelayLocationTweetGenerator.generateAsBandwidthTweet(java.util.List<RelayImpl> relays)
Returns a tweet about how much bandwidth relays in a certain AS are
contributing to the Tor network.
|
static MicroblogStatus |
BridgeTweetGenerator.generateBandwidthTweet(BridgeImpl bridge) |
static MicroblogStatus |
RelayTweetGenerator.generateBandwidthTweet(RelayImpl relay)
Returns a tweet about how much bandwidth a relay is contributing to the Tor
network.
|
static MicroblogStatus |
RelayLocationTweetGenerator.generateCountryBandwidthTweet(java.util.List<RelayImpl> relays)
Returns a tweet about how much bandwidth relays in a certain country are
contributing to the Tor network.
|
MicroblogStatus |
TorNetwork.getNetworkTweet()
Returns a tweet using a random template with a random running relay or
group of running relays.
|
MicroblogStatus |
TorNetwork.getRelayTweet()
Returns a tweet using a random template with a random running relay or
group of running relays.
|