1
2 Comments

Simple Twitter Search example

https://github.com/BobAleena/SimpleTwitterSearch

I've been playing around with the Twitter API to learn a bit more about it. As part of that, I created a very simple twitter search project in Python. Sharing it in case others might find it useful. https://github.com/BobAleena/SimpleTwitterSearch

submitted this linkon June 22, 2019
  1. 2

    In my experience, It is almost impossible to get someone try your bot this way. Reasons being:

    I do not get what your bot does from your github page. To improve this, add some screenshots, even better add a video.
    It requires lot of setup before I can start using it. Also not all people want to go into technical details of setting something up. You should host your bot and provide UI for people to use it.

    1. 1

      This is good advice. I am not really looking to build upon this right now due to other commitments. Was just sharing it in case someone else is interested in picking up or contributing. The idea of hosting it with a UI is great idea -- perhaps some day I'll get around to it! Or someone will offer to do so ;)