alan-turing-institute / whatwhat

A reimagining of nowwhat in OCaml
MIT License
0 stars 0 forks source link

Testing the bot #89

Closed yongrenjie closed 1 year ago

yongrenjie commented 1 year ago

@NowWhatBot

NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!

yongrenjie commented 1 year ago

Yup, very nice. Now we just need a server that actually runs it. ._.

Such a server would also allow us to get Forecast data using cURL or something similar.

Edit: Uploading an image here so that we can get a url for the repository readme.

Screenshot 2023-11-10 at 12 11 52
NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!

yongrenjie commented 1 year ago

Urk, we need to set participating=true.

Edit: Apparently even that doesn't work. Does that mean we need to scan the comment text for a direct ping?

Edit: Fixed by unsubscribing to threads immediately after posting the comment.

NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!

yongrenjie commented 1 year ago

Hi again.

NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!

yongrenjie commented 1 year ago

@NowWhatBot Now...

NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!

yongrenjie commented 1 year ago

And now don't...

yongrenjie commented 1 year ago

And now do... @NowWhatBot

NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!

yongrenjie commented 1 year ago

That's absolutely lovely thanks @NowWhatBot <3

NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!

yongrenjie commented 1 year ago

@NowWhatBot Good morning

yongrenjie commented 1 year ago

Hi

yongrenjie commented 1 year ago

@NowWhatBot

NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!

yongrenjie commented 1 year ago

@NowWhatBot Hi again

yongrenjie commented 1 year ago

Someone will continue chattering here

NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!

yongrenjie commented 1 year ago

@NowWhatBot You there?

yongrenjie commented 1 year ago

I don't know if this compiles, but whatever

fizzbuzz :: Int -> String
fizzbuzz n =
  case n `mod` 3, n `mod` 5 of
       0, 0 -> "fizzbuzz"
       0, _ -> "fizz"
       _, 0 -> "buzz"
       _, _ -> show n
NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!

yongrenjie commented 1 year ago

@NowWhatBot Hi

NowWhatBot commented 1 year ago

Hello, you summoned me in issue #89 of repository alan-turing-institute/whatwhat!