vindimy / altcointip

Reddit ALTcointip bot gives users ability to tip each other using various cryptocurrency coins, such as Bitcoins, Litecoins, Peercoins, Namecoins, and others.
http://www.reddit.com/r/ALTcointip/wiki/index
GNU General Public License v2.0
106 stars 143 forks source link

Update altcointip for newer dependencies and general bug fixes #47

Closed GoldenChrysus closed 6 years ago

GoldenChrysus commented 6 years ago

altcointip is not functional in its current state when using latest packages. For example, many of the PRAW functions such as "get_unread" do not exist.

This change does the following:

vindimy commented 6 years ago

Thanks a lot for the effort to refresh the code to latest dependencies. I'll review and merge this in a bit.

GoldenChrysus commented 6 years ago

Thanks! Let me know if you have any questions. Re: the large comment I added in /src/main.py, I was able to resolve the mentioned pifkoin bug in pifkoin pull 1. However, I was not sure if I should leave the comment as-is and let people decide if they want to uncomment the code, as people with older local copies of pifkoin would run into issues if they did not update their copy to include my pull.

vindimy commented 6 years ago

@GoldenChrysus I agree with your approach (leaving large comment as-is for informational purposes). Once again thanks for the effort to refresh this code.