Hey HN!
I decided to geek out and build a simple telegram bot that would help people (individually and in chat groups) search and get notified about latest jobs in the blockchain industry.<p>You can play with it here https://t.me/cryptojobslistbot<p>> A brief overview of its modest functions.<p>In private mode (when you are messaging the bot directly):<p><pre><code> - do `/start`
- then just type any keyword to search for it. E.g. `developer`
- you can also filter by location, by typing in `developer in singapore` or `marketing in new york`
- you can also filter remote jobs by typing `remote` or `remote developer`. That should work
</code></pre>
In group setting (when you add the bot to your chat group):<p><pre><code> - do initiate it by typing `/search@CryptoJobsListBot`
- further on, you should be able to just type `/s developer` or `/s developer in new york` or
any of the abovementioned commands, but with `/s ` prefix and get your results.
</code></pre>
I have not built that many chatbots before, so not sure what are the best practices are. What features could be useful? What can I improve?