Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
eddae96d
Commit
eddae96d
authored
Jul 29, 2009
by
Josh Roesslein
Browse files
Added some ascii art to readme. Added copyrights to sources.
parent
3574611c
Changes
8
Show whitespace changes
Inline
Side-by-side
LICENSE
View file @
eddae96d
MIT License
Copyright (c) 2009 Joshua Roesslein
Permission is hereby granted, free of charge, to any person obtaining a copy
...
...
README
View file @
eddae96d
==========================
Tweepy Twitter API Library
==========================
______
/_ __/_ __ ___ ___ ____ __ __
/ / | | /| / // _ \ / _ \ / __ \ / / / /
/ / | |/ |/ // __// __// /_/ // /_/ /
/_/ |__/|__/ \___/ \___// .___/ \__, /
/_/ /____/
A Twitter
API
library for Python!
A Twitter library for Python!
Author: Joshua Roesslein
<jroesslein at gmail.com>
Author: Joshua Roesslein
License: MIT
Dependencies:
Simplejson <http://undefined.org/python/#simplejson>
...
...
__init__.py
View file @
eddae96d
# Tweepy
# Copyright 2009 Joshua Roesslein
# See LICENSE
"""
Tweepy Twitter API library
"""
...
...
api.py
View file @
eddae96d
# Tweepy
# Copyright 2009 Joshua Roesslein
# See LICENSE
import
base64
from
binder
import
bind_api
...
...
binder.py
View file @
eddae96d
# Tweepy
# Copyright 2009 Joshua Roesslein
# See LICENSE
import
httplib
import
urllib
...
...
error.py
View file @
eddae96d
# Tweepy
# Copyright 2009 Joshua Roesslein
# See LICENSE
"""
Tweepy exception
"""
...
...
models.py
View file @
eddae96d
# Tweepy
# Copyright 2009 Joshua Roesslein
# See LICENSE
class
Status
(
object
):
def
destroy
(
self
):
...
...
parsers.py
View file @
eddae96d
# Tweepy
# Copyright 2009 Joshua Roesslein
# See LICENSE
from
datetime
import
datetime
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment