We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15857b commit bfc2c4dCopy full SHA for bfc2c4d
Readme.md
@@ -5,7 +5,7 @@
5
For more overview, check out the blog post [here.](http://raidersec.blogspot.com/2013/03/introducing-dumpmon-twitter-bot-that.html)
6
7
## Dependencies
8
- [python-twitter](https://code.google.com/p/python-twitter/)
+ [twitter library](https://pypi.python.org/pypi/twitter)
9
$ pip install python-twitter
10
$ pip install beautifulsoup4
11
$ pip install requests
@@ -25,4 +25,4 @@ If you do not want DB support, set USE_DB to False.
25
26
## Executing dumpmon
27
28
- python dumpmon.py
+ python dumpmon.py
0 commit comments