Hey, I'd like a bot that reads comments and posts from repl talk in realtime (you can use @mat1's repltalk
pip package) and posts it to a channel on Slack.
In the comments propose a bid in dollars and deadline date and I'll select the best bid and when you're done I can send you the money via your favorite money app, gift card, or check.
$45 and I'm almost done can get you tomorrow morning
is there a graphql query to get all comments from all posts that i can add to my repltalk package?
looking at every single post and getting comments that way would be a bit spammy, don't you think?
@mat1 tim just added the comments endpoint https://repl.it/graphql?query=query%20comments(%24after%3A%20String)%20%7B%0A%20%20comments(after%3A%20%24after)%20%7B%0A%20%20%20%20items%20%7B%0A%20%20%20%20%20%20id%0A%20%20%20%20%20%20user%20%7B%0A%20%20%20%20%20%20%20%20username%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20url%0A%20%20%20%20%20%20body%0A%20%20%20%20%7D%0A%20%20%20%20pageInfo%20%7B%0A%20%20%20%20%20%20hasNextPage%0A%20%20%20%20%20%20nextCursor%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D&operationName=comments&variables=%7B%20%22after%22%3A%20%2223144%22%20%7D
@amasad nice thanks
Just go on discord
Is mat going to be making any money off for writing the code to interact with repl talk?
Can this not be made in python? If so, feel free to tell other people that
@theangryepicbanana probably if you write the library yourself
lol why is no one here yet
I'm down to make the bot - bid is $50, deadline tomorrow
are there docs for the repltalk
package?
Ok @amasad I am done. I will do it for $45 but I can beat any other offers you get. I can dm you the repl and invite if you want.
@Scoder12 ok you got the bid! Let's see it
@amasad https://repl.it/@Scoder12/slack-bot working on the OAuth2 almost done
@Scoder12 nice I'll check it out and email you soon.
@amasad ok thanks. I just now finished getting it to work so it should work now in case it wasn't before. I also added oauth2.