https://github.com/open-source-ideas/open-source-ideas-twitter-bot
open-source-ideas-twitter-bot https://github.com/open-source-ideas/open-source-ideas/issues/80
https://github.com/open-source-ideas/open-source-ideas-twitter-bot
Last synced: about 1 year ago
JSON representation
open-source-ideas-twitter-bot https://github.com/open-source-ideas/open-source-ideas/issues/80
- Host: GitHub
- URL: https://github.com/open-source-ideas/open-source-ideas-twitter-bot
- Owner: open-source-ideas
- License: mit
- Created: 2018-08-10T17:30:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T07:15:44.000Z (over 4 years ago)
- Last Synced: 2025-04-07T13:11:09.634Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Source Ideas Twitter Bot
Based on [this](https://github.com/open-source-ideas/open-source-ideas/issues/80) idea from [open-source-ideas](https://github.com/open-source-ideas/open-source-ideas).
# Installation
## Flask
`pip install Flask`
## Flask-Hookserver
`pip install Flask-Hookserver`
## Tweepy
```bash
git clone https://github.com/tweepy/tweepy.git
cd tweepy
python setup.py install
```