Skip to content

Tinoco/Ticapsoriginal_tweepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Ticapsoriginaltweepy

Make tweet with tweepy

Twitter account

Make your Twitter Developer Account Unlock read and white mode of api

  • Get consumer_key
  • Get consumer_secret
  • Get access_token
  • Get access_token_secret

#make python environment:

  • Install pip first:
sudo apt-get install python3-pip
  • Then install virtualenv using pip3
sudo pip3 install virtualenv 
  • Now create a virtual environment
virtualenv venv
  • Active your virtual environment:
source venv/bin/activate
  • Enter on environment:
cd venv

Install tweepy packages in your environment:

pip install tweepy

Clone ticapsoriginaltweepy repository:

 git clone https://github.com/Tinoco/Ticapsoriginal_tweepy.git

Make tweet :

python maketweet.py

quality:

about: