-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.otl
20 lines (20 loc) · 904 Bytes
/
todo.otl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pytc.py
Implement timezone aware datetimes
In conversation mode, tweets are not always properly sorted -- why not?
Better handling of conversations
| Currently if one person tweets very quickly, you can lose half the
| conversation. Rather than grepping for @s, maybe we can search a user's
| stream for this somehow?
Support for alternate config files
Possibly change this to named config files
E.g., ~/.pytc/user1.rc and so on
Would need to fetch username that it's authenticated with
| Looks like this can be done with
| api.ApiCall('account/verify_credentials',type='GET')
| but this is of course after you've authenticated -- potentially
| shouldn't write consumer_key and _secret until after that anyway
| though
Eventually this could support profiles, to post to different accounts
Get counts working for other commands (e.g. -t, -c)
PKGBUILD
Create arch linux PKGBUILD