https://github.com/paxswill/cs495-assignment1
https://github.com/paxswill/cs495-assignment1
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paxswill/cs495-assignment1
- Owner: paxswill
- Created: 2012-09-12T23:51:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-13T02:42:54.000Z (almost 13 years ago)
- Last Synced: 2025-01-16T03:49:53.977Z (5 months ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a pretty simple little bit of code written for class. It has to satisfy
three requirements:1. Access twitter and post a tweet from the python command prompt.
2. Pick a famous person and obtain the last 100 of their tweets and display
them.
3. Extract all the hash tags in those tweets.It uses the [python-twitter][tw-module] module for API access, and there's a
`requirements.txt` file for use with [`pip`][pip], like sopip install -r requirements.txt
[tw-module]:http://code.google.com/p/python-twitter/
[pip]:http://www.pip-installer.org/en/latest/index.html