Ideas to consider: - [ ] Fix bug with calculator in DDG - [ ] Make the bot work INLINE - [x] URL Encode/Decode string - [ ] Get currency rates for entered currencies - [ ] Add ability to create webpage screenshots on commands (https://github.com/haga-rak/Freezer/wiki , for example can be used for easy getting currency prices from http://taripebi.ge/%E1%83%95%E1%83%90%E1%83%9A%E1%83%A3%E1%83%A2%E1%83%90-%E1%83%91%E1%83%90%E1%83%9C%E1%83%99%E1%83%94%E1%83%91%E1%83%A8%E1%83%98) - [ ] Number conversions: DEC->Hex->Bin.. - [ ] Add HEX->RGB and vice versa - [ ] Escape/Unescape HTML - [ ] add this check http://iknowwhatyoudownload.com/ru/peer/ - [x] Add epoch to datetime - [x] Base64 encode/decode - [ ] Add custom formatting to unixtime. - [ ] https://github.com/lecode-official/ninegag-dotnet add ninegag - [ ] Add gist creation - [ ] Add random string generation of var length/symbols - [x] Add ability to check blockchain transaction/address - [x] Show length of the input string --- - [x] GUID/UUID generation - DDG already has that built-in, add local
Ideas to consider: