Skip to content

open-source-ideas/open-source-ideas-twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Open Source Ideas Twitter Bot

Based on this idea from open-source-ideas.

Installation

Flask

pip install Flask

Flask-Hookserver

pip install Flask-Hookserver

Tweepy

git clone https://github.com/tweepy/tweepy.git  
cd tweepy  
python setup.py install