Giter VIP home page Giter VIP logo

libturpial's People

Contributors

astagi avatar bouska avatar dbrgn avatar elshaka avatar gamajr avatar guerrerocarlos avatar hbastidas avatar henryhu avatar iferminm avatar mexicarne avatar mhielscher avatar milmazz avatar modos189 avatar satanas avatar sebasmagri avatar skunnyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

libturpial's Issues

account identifier is case sensitive

For example, 'proxydns-twitter' would not work, and 'ProxyDNS-twitter' would.

I believe that since it means the same account, and there is no difference for twitter, between those two (proxydns and ProxyDNS), it should be case insensitive.

Plus is very not intuitive that any problem related with it, (like trying to use the account in a script) that the problem is caused by that "case sensitivity".

Support for interactions feature in Twitter

The 'connect' feature in Twitter let you know no only your mentions, also who fav or retweet your tweets or who is following you. It should be nice to support this feature in libturpial

Fix the flags on status model

In twitter.py are initialized as is_favorite, is_repeated, etc meanwhile in status.py are defined as favorited, repeated, etc

AccountManager instance has no attribute 'get_all'

a = Core()
a.get_all_friends_list()
Traceback (most recent call last):
File "", line 1, in
File "libturpial/api/core.py", line 241, in get_all_friends_list
"""
AttributeError: AccountManager instance has no attribute 'get_all'

Fix columns issue

Traceback (most recent call last):
File "/Users/satanas/proyectos/turpial2/turpial/ui/qt/main.py", line 358, in add_column
self.core.save_column(column_id)
File "/Users/satanas/proyectos/turpial2/turpial/ui/qt/worker.py", line 356, in save_column
reg_column_id = self.core.register_column(column_id)
File "/Users/satanas/proyectos/libturpial/libturpial/api/core.py", line 151, in register_column
return self.column_manager.register(column_id)
File "/Users/satanas/proyectos/libturpial/libturpial/api/managers/columnmanager.py", line 62, in register
self.config.write('Columns', key, column_id)
File "/Users/satanas/proyectos/libturpial/libturpial/config.py", line 145, in write
self.__config[section][option] = value
KeyError: 'Columns'

Implement new account structure

The main idea is that Core can create accounts and that account could live on their own like a separated entity. But when you register that account into Core then it goes into the Core scope and it is handled as such.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.