Twitteran di konsole !
#31
wah saya work om setelah ngutak ngatik semaleman , top deh om RR12

(11-24-2011, 10:23 PM)erudith Wrote: fie yang brisi script dari omz RR12 dah aq renam,,, aq panggil kok tetep gak jalan yah?? errornya sama kyk yang diatas,,, Sad apanya ya yang salah,,,

diganti aja om "twitter.py"-nya , tadi nya saya juga ga work . setelah di ganti jadi work .
i am back | ketika merasa kurang pintar, disaat itulah anda pintar.

#32
punya saya error om kayak gini nih

root@bt:~# python twit.py
Traceback (most recent call last):
File "twit.py", line 1, in <module>
import twitter
File "/root/twitter.py", line 5, in <module>
# Licensed under the Apache License, Version 2.0 (the "License");
ImportError: No module named Api

gimana ya
_______ingin sukses_______

#33
Mr-GanDrunX@ID-Attacker:~/Desktop# python twitterclient.py
Traceback (most recent call last):
File "twitterclient.py", line 1, in <module>
import twitter
File "/root/Desktop/twitter.py", line 18, in <module>

AttributeError: 'module' object has no attribute 'Api'
Mr-GanDrunX@ID-Attacker:~/Desktop#

Itu Gimana kak Smile:-

#34
waduh ada yang error yah .. serahkan ke TS aja deh
FOLLOW @DutaLinux
for more question and sharing about security and Opensource only

#35
kalau bisa buatin video nya aja bang

#36
waduhh kanda RR12 makin hebat.....

Mantap Kanda....

#37
(11-08-2012, 04:53 PM)Angel-ScreaM Wrote: Mr-GanDrunX@ID-Attacker:~/Desktop# python twitterclient.py
Traceback (most recent call last):
File "twitterclient.py", line 1, in <module>
import twitter
File "/root/Desktop/twitter.py", line 18, in <module>

AttributeError: 'module' object has no attribute 'Api'
Mr-GanDrunX@ID-Attacker:~/Desktop#

Itu Gimana kak Smile:-

itu install modul twitter nya dlu om ... download di http://code.google.com/p/python-twitter/

Quote:cara installnya :
-- extract file nya
-- cd nama folder hasil extract
-- python setup.py build
-- python setup.py install
-- ok

#38
(11-14-2012, 12:48 PM)u5h4nt Wrote:
(11-08-2012, 04:53 PM)Angel-ScreaM Wrote: Mr-GanDrunX@ID-Attacker:~/Desktop# python twitterclient.py
Traceback (most recent call last):
File "twitterclient.py", line 1, in <module>
import twitter
File "/root/Desktop/twitter.py", line 18, in <module>

AttributeError: 'module' object has no attribute 'Api'
Mr-GanDrunX@ID-Attacker:~/Desktop#

Itu Gimana kak Smile:-

itu install modul twitter nya dlu om ... download di /p/python-twitter/

Quote:cara installnya :
-- extract file nya
-- cd nama folder hasil extract
-- python setup.py build
-- python setup.py install
-- ok

Apakah kaya gini kk..?
Code:
Mr-GanDrunX@ID-Attacker:~/Downloads# cd python-twitter-0.8.2
Mr-GanDrunX@ID-Attacker:~/Downloads/python-twitter-0.8.2# ls
build    examples             PKG-INFO                 t.py
CHANGES  get_access_token.py  python_twitter.egg-info  twitter.py
COPYING  LICENSE              README                   twitter_test.py
dist     MANIFEST.in          setup.cfg
doc      NOTICE               setup.py
Mr-GanDrunX@ID-Attacker:~/Downloads/python-twitter-0.8.2# python setup.py build
running build
running build_py
running egg_info
writing requirements to python_twitter.egg-info/requires.txt
writing python_twitter.egg-info/PKG-INFO
writing top-level names to python_twitter.egg-info/top_level.txt
writing dependency_links to python_twitter.egg-info/dependency_links.txt
reading manifest file 'python_twitter.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching '.DS_Store'
writing manifest file 'python_twitter.egg-info/SOURCES.txt'
Mr-GanDrunX@ID-Attacker:~/Downloads/python-twitter-0.8.2# python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to python_twitter.egg-info/requires.txt
writing python_twitter.egg-info/PKG-INFO
writing top-level names to python_twitter.egg-info/top_level.txt
writing dependency_links to python_twitter.egg-info/dependency_links.txt
reading manifest file 'python_twitter.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching '.DS_Store'
writing manifest file 'python_twitter.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-i686/egg
running install_lib
running build_py
creating build/bdist.linux-i686/egg
copying build/lib.linux-i686-2.6/twitter.py -> build/bdist.linux-i686/egg
byte-compiling build/bdist.linux-i686/egg/twitter.py to twitter.pyc
creating build/bdist.linux-i686/egg/EGG-INFO
copying python_twitter.egg-info/PKG-INFO -> build/bdist.linux-i686/egg/EGG-INFO
copying python_twitter.egg-info/SOURCES.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying python_twitter.egg-info/dependency_links.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying python_twitter.egg-info/requires.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying python_twitter.egg-info/top_level.txt -> build/bdist.linux-i686/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/python_twitter-0.8.2-py2.6.egg' and adding 'build/bdist.linux-i686/egg' to it
removing 'build/bdist.linux-i686/egg' (and everything under it)
Processing python_twitter-0.8.2-py2.6.egg
removing '/usr/local/lib/python2.6/dist-packages/python_twitter-0.8.2-py2.6.egg' (and everything under it)
creating /usr/local/lib/python2.6/dist-packages/python_twitter-0.8.2-py2.6.egg
Extracting python_twitter-0.8.2-py2.6.egg to /usr/local/lib/python2.6/dist-packages
Removing python-twitter 0.8.4 from easy-install.pth file
Adding python-twitter 0.8.2 to easy-install.pth file

Installed /usr/local/lib/python2.6/dist-packages/python_twitter-0.8.2-py2.6.egg
Processing dependencies for python-twitter==0.8.2
Searching for oauth2
Reading http://pypi.python.org/simple/oauth2/
Couldn't find index page for 'oauth2' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for oauth2
error: Could not find suitable distribution for Requirement.parse('oauth2')
Mr-GanDrunX@ID-Attacker:~/Downloads/python-twitter-0.8.2#

#39
akakak makin mantap aja nih kakak u5h4nt

#40
ni nanti tweetnya via backtrack Big Grin atau sama aja bro(via web)?
>> OJO DUMEH <<






Users browsing this thread: 1 Guest(s)