Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 642 Bytes

File metadata and controls

11 lines (7 loc) · 642 Bytes

A Simple Twitter Bot

A simple Python bot that shares and likes a determined number of tweets using a list of keywords.

How to use:

1-Authenticate yourself by changing the variables of "authentication" function. These X's is where you should put your Twitter Dev tokens.

2-Change the int value of number_of_tweets variable. This variable means the number of tweets you're searching for, for example: 5, the application is going to search the last 5 tweets about your keywords.

3-Change the search_list variable. This variable is a list of keywords, so the application is going to search each word you include in this list.

4-Run it!