I am very interested in a couple of these sbjects, unfortunatly I have no experience with building any of it (except for the marketplace). Does anyone know what difficulty grade those thins are on, like the reddit tipbpt or an android wallet? I would be extremely interested in coin development as well, but I'd need a learning period first to get to know the code.
Writing and maintaing TipBot is not a straightforward task, even if you are a coder.
It has to be up like 99% of time as a minimum, because if not, people will notice it's not working for them = fail.
Running the Bot
- Ensure MySQL is running and accepting connections given configured username/password
- Ensure each configured coin daemon is running and responding to commands
- Ensure Reddit authenticates configured user. Note that from new users Reddit will require CAPTCHA responses when posting and sending messages. You will be able to type in CAPTCHA responses when required.
- Execute _start.sh from src directory. The command will not return for as long as the bot is running.
Cron: Backups
- Backups are very important! The last thing you want is losing user wallets or record of transactions in the databse.
http://freepythontips.wordpress.com/2013/09/14/making-a-reddit-twitter-bot/https://github.com/vindimy/altcointipThanks, that is some really interesting information. I will read through the links and make up my mind wether I have the time and resources available to finish such a project. As for now I don't, buy maybe in the foreseeable future.