Hey everyone first of would like to thank you all for reading this (If you go to the very end I presume this will be a fairly long post).
I don't want to make it too long and boring for you guys so i'll jump right in.
There's a project I've got in mind, seems very challenging and time consuming but I'm willing to give up months to make this work. I haven't worked on C# language yet but I'll be working on that fairly soon.
This is the scenario idea, it involves Steam (Gaming market and social community). A feature it offers is trading, opening a chat with somebody and sending them a trade invite from this chat. The person may trade games, ingame items and so on. The idea is to make this automated. Now, half of the job has been done before and I still have to be able to create a similar code but the fact that it's possible is what I wanted to hear. I want to create this bot where one person invites me to the trade, I automatically accept, my bot starts the conversation (for example) with 'Greetings, input ingame items OR PayPal receipt number (This is the tricky part)'. Once the player inputs the items the bot pays the correct value back. This part has been done before, what hasn't been done is, being able to link this bot with PayPal and pay the donator the amount due.
Example, UsernameA trades with the bot, the bot write the first line and UsernameA inputs '99999999' [Receipt ID]. The bot analyses the second line which has to be the ID and scans through the PayPal registry of the linked account. So if UsernameA donated $5 the bot would give back the same value in items.
I'm not asking for a code, I'm just asking whether this is possible or not?
Thanks in advance!
I don't want to make it too long and boring for you guys so i'll jump right in.
There's a project I've got in mind, seems very challenging and time consuming but I'm willing to give up months to make this work. I haven't worked on C# language yet but I'll be working on that fairly soon.
This is the scenario idea, it involves Steam (Gaming market and social community). A feature it offers is trading, opening a chat with somebody and sending them a trade invite from this chat. The person may trade games, ingame items and so on. The idea is to make this automated. Now, half of the job has been done before and I still have to be able to create a similar code but the fact that it's possible is what I wanted to hear. I want to create this bot where one person invites me to the trade, I automatically accept, my bot starts the conversation (for example) with 'Greetings, input ingame items OR PayPal receipt number (This is the tricky part)'. Once the player inputs the items the bot pays the correct value back. This part has been done before, what hasn't been done is, being able to link this bot with PayPal and pay the donator the amount due.
Example, UsernameA trades with the bot, the bot write the first line and UsernameA inputs '99999999' [Receipt ID]. The bot analyses the second line which has to be the ID and scans through the PayPal registry of the linked account. So if UsernameA donated $5 the bot would give back the same value in items.
I'm not asking for a code, I'm just asking whether this is possible or not?
Thanks in advance!