Skip to content

In this repo I have develop twitter bot using tweepy library. You can search this bot on twitter by @PythonExpertBot. This bot retweet python related tweets daily.

License

Notifications You must be signed in to change notification settings

yogeshnile/twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Bot 📓

In this repo I have develop twitter bot using tweepy library. You can search this bot on twitter by @PythonExpertBot. This bot retweet python related tweets daily.

Disclaimer ☠️

I am not provideing twitter API keys. You have get twitter API keys on twitter developer account. Get API Keys

Get API key and put in the below code section

import tweepy
import time

API_key = ""
API_secret_key = ""
access_token = ""
Access_token_secret = ""

Technology used in Project ♨️

ScreenShot 📸

Bug / Feature Request 👨‍💻

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Connect with me! 🌐

Known on internet as Yogesh Nile

Email Me 📧

About

In this repo I have develop twitter bot using tweepy library. You can search this bot on twitter by @PythonExpertBot. This bot retweet python related tweets daily.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages