https://github.com/bear/python-twitter
Revision bc69772663c35e94bfe8617480ada9cbc43e88f5 authored by Deepak Kumar on 31 March 2020, 12:16:03 UTC, committed by GitHub on 31 March 2020, 12:16:03 UTC
This example makes feel that writting to twitter via API is so simple.

How to use:
Create a t.py file with your access info 
CONSUMER_KEY=<customer key>
CONSUMER_SECRET=<Customer token>
and so on
1 parent a1fe9c8
History
Tip revision: bc69772663c35e94bfe8617480ada9cbc43e88f5 authored by Deepak Kumar on 31 March 2020, 12:16:03 UTC
example of update twitter status via API
Tip revision: bc69772
File Mode Size
.circleci
doc
examples
testdata
tests
twitter
.gitignore -rw-r--r-- 498 bytes
AUTHORS.rst -rw-r--r-- 718 bytes
CHANGES -rw-r--r-- 21.7 KB
COPYING -rw-r--r-- 605 bytes
GAE.rst -rw-r--r-- 2.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 118 bytes
Makefile -rw-r--r-- 1.6 KB
NOTICE -rw-r--r-- 109 bytes
README.rst -rw-r--r-- 8.3 KB
coveragerc -rw-r--r-- 23 bytes
get_access_token.py -rwxr-xr-x 3.2 KB
pytest.ini -rw-r--r-- 237 bytes
requirements.docs.txt -rw-r--r-- 51 bytes
requirements.testing.txt -rw-r--r-- 166 bytes
requirements.txt -rw-r--r-- 27 bytes
setup.cfg -rw-r--r-- 244 bytes
setup.py -rwxr-xr-x 2.7 KB
test.py -rw-r--r-- 152 bytes
tox.ini -rw-r--r-- 689 bytes

README.rst

back to top