Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74470

Re: Twitter Client on Terminal by Python

References <5a2ece49-1b5a-41a5-99f1-e2c0e1bf96b8@googlegroups.com>
Date 2014-07-15 09:27 +0300
Subject Re: Twitter Client on Terminal by Python
From Omar Abou Mrad <omar.aboumrad@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.11829.1405405638.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Dear Orakaro,

Cool app you have there. Please consider the following comments as feedback
in the most positive sense possible:

- I didn't care for the figlet, it's noise beyond anything else, if you
drop it, you would drop the pyfiglet dependency as well
- What's with the SQLAlchemy dependency? I checked your table definitions
and if I'm not mistaken all you're using is Theme, Message, Tweet. My first
question on that front is why are message and tweet stored locally? Are you
doing local caching to speed things up? What about theme?

Good job and take care!

Regards,

Omar


On Sun, Jul 13, 2014 at 9:00 PM, Orakaro <nhatminh179@gmail.com> wrote:

> Hello!
>
> I'm @dtvd88 on Twitter and very new here.
> I read from python.org that anything Python-related can be discussed, and
> not sure if I can share my OSS package here to get feedback or not ?
>
> I just wrote a Twitter Client on Terminal by Python, it has very beautiful
> display and even can display image on terminal. Check it out and maybe you
> guys will love it :)
>
> Homepage: http://www.rainbowstream.org/
> Github: https://github.com/DTVD/rainbowstream
>
> Thanks for any feedback and sorry if this kind of topics is not tolerated
> here.
> --
> https://mail.python.org/mailman/listinfo/python-list
>

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Twitter Client on Terminal by Python Orakaro <nhatminh179@gmail.com> - 2014-07-13 11:00 -0700
  Re: Twitter Client on Terminal by Python Chris Angelico <rosuav@gmail.com> - 2014-07-14 04:20 +1000
    Re: Twitter Client on Terminal by Python Orakaro <nhatminh179@gmail.com> - 2014-07-13 19:18 -0700
      Re: Twitter Client on Terminal by Python Chris Angelico <rosuav@gmail.com> - 2014-07-14 13:51 +1000
        Re: Twitter Client on Terminal by Python Orakaro <nhatminh179@gmail.com> - 2014-07-13 21:24 -0700
      Re: Twitter Client on Terminal by Python Terry Reedy <tjreedy@udel.edu> - 2014-07-14 16:36 -0400
        Re: Twitter Client on Terminal by Python Orakaro <nhatminh179@gmail.com> - 2014-07-15 19:59 -0700
  Re: Twitter Client on Terminal by Python Omar Abou Mrad <omar.aboumrad@gmail.com> - 2014-07-15 09:27 +0300
    Re: Twitter Client on Terminal by Python Orakaro <nhatminh179@gmail.com> - 2014-07-15 20:30 -0700

csiph-web