yogeshnile / 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.

Home Page:https://twitter.com/PythonExpertBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://twitter.com/PythonExpertBot

License:GNU General Public License v3.0


Languages

Language:Python 100.0%