💲Make Money 💲Building a Bot 🤖
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
Hey man, that's a really cool idea! In case you're still accepting bids, I would be very interested in submitting one. I'm quite proficient in IT, and I believe that I could come up with something really cool. I lost quite a lot of money because of the pandemic crisis, so I'm up for anything that could bring me some easy money. Actually, the pandemic could prove to be a blessing in disguise for many people due to the popularization of remote jobs. Nowadays, we can easily make a lot of cash without leaving our house! Isn't it cool? Cheers.
Is it possible to continue your offer somehow, or let's say you need some other bot? Please write me an answer or directly in private messages so that we can get in touch. I am studying at the university with a degree in computer science and would like to practice such tasks as you mentioned. So far, I don't earn enough to open my startup, but I recently found an excellent offer of online games on Android that pay you real money (https://yourmoneygeek.com/apps-that-pay-you-money/), it's convenient for me, so I can save money for my business that I will open in the future. In general, I hope you are still ready to cooperate with someone, so I will look forward to hearing from you
Ur giving money for someone to answer a question? Wow, cool.
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
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.