Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugo53/hutweetutils
Twitter Utils Interface to use twitter without login
https://github.com/hugo53/hutweetutils
Last synced: 9 days ago
JSON representation
Twitter Utils Interface to use twitter without login
- Host: GitHub
- URL: https://github.com/hugo53/hutweetutils
- Owner: hugo53
- Created: 2012-03-20T09:24:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-23T17:16:20.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T15:28:06.827Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#TWITTER UTILS
Author: Minh-Hoang, Nguyen
Date : 20/03/2012
##Dependencies
tweepy : ```https://github.com/tweepy/tweepy```Tkinter: ```sudo apt-get install python python-tk idle python-pmw python-imaging``` in Debian
or ```yum install tkinter``` in Fedora Core 3
or see [http://tkinter.unpythonic.net/wiki/How_to_install_Tkinter](http://tkinter.unpythonic.net/wiki/How_to_install_Tkinter) for
more details##How to use:
```
$pwd
HUtweetutils
```Create Database:
```
$mysqld &
$mysql -u root -p
type password
mysql> source twittersearch.sql
```
Run:
```
python hugo/twitter/GUI.py to call interface and use!
```##Features:
1. Search tweets and store in mysqldb
2. Post a message to own account##License:
All HUtweetutils-- source files are made available under the terms of the
GNU Affero General Public License (AGPL). See GNU-AGPL-3.0 files for
details.[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/hugo53/hutweetutils/trend.png)](https://bitdeli.com/free "Bitdeli Badge")