Skip to content

sattyagrah/twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Twitter Bot

GitHub Logo

Tweepy

Tweepy is open-sourced, hosted on GitHub and enables Python to communicate with Twitter platform and use its API.

Installation

  • Use the package manager pip to install foobar.
pip install tweepy

Prerequisite

  • You need to have a Twitter account.

  • Create a developer account to get Twitter API

  • Just note down consumer key, consumer secret, Access Token & _Access Secret Token

  • Bingo!!! You are good to go.

Usages

import tweepy
import time

and just go with the code. Copy and paste all the Tokens whereever specified in the code. Enter your Search String next to search & number of times next to nrt.

  • Bingo!! Your Tweet got automatically liked. Go to your Twitter account and check your liked tweet.

Contributing

  • Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

  • Please make sure to update tests as appropriate.

License

About

This is a twitter bot example using Tweepy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages