https://github.com/hypnopump/twittersimplesearch
Simple & Anonymous Twitter Search Engine
https://github.com/hypnopump/twittersimplesearch
css flask html python
Last synced: 3 months ago
JSON representation
Simple & Anonymous Twitter Search Engine
- Host: GitHub
- URL: https://github.com/hypnopump/twittersimplesearch
- Owner: hypnopump
- Created: 2017-04-18T21:27:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T21:26:37.000Z (almost 9 years ago)
- Last Synced: 2025-01-31T07:42:24.184Z (over 1 year ago)
- Topics: css, flask, html, python
- Language: HTML
- Homepage: http://twittersimplesearch.herokuapp.com
- Size: 6.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Simple Search
Your time is valuable, don't spend it searching. Just type in the query and let us show you the most recent tweets about it.
Easy, Fast, Simple.
Try it: http://twittersimplesearch.herokuapp.com
# To install Twitter Simple Search
```
git clone ...
cd twittersimplesearch
pip install flask
pip install requests
replace app.py last line (deploying by debugging)
python app.py
```
# Contribute
Welcome ye Hacker! All ideas are welcome, open/close issues, fork the repo and share your ideas with a Pull Request.
You can clone this project to your machine:
git clone https://github.com/EricAlcaide/twittersimplesearch