An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/yogeshnile/twitter-bot

python-3-6 python3 tweepy twitter-api twitter-bot twitter-bots

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Twitter Bot :notebook:
In this repo I have develop twitter bot using [tweepy](http://docs.tweepy.org/en/latest/) library. You can search this bot on twitter by [@PythonExpertBot](https://twitter.com/pythonexpertbot). This bot retweet python related tweets daily.

[![](https://camo.githubusercontent.com/2fb0723ef80f8d87a51218680e209c66f213edf8/68747470733a2f2f666f7274686562616467652e636f6d2f696d616765732f6261646765732f6d6164652d776974682d707974686f6e2e737667)](https://python.org)

# Disclaimer :skull_and_crossbones:
I am not provideing twitter **API** keys. You have get twitter API keys on twitter developer account. Get [API Keys](https://developer.twitter.com/)

Get API key and put in the below code section
```python
import tweepy
import time

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

## Technology used in Project :hotsprings:

## ScreenShot :camera_flash:
[![](https://github.com/yogeshnile/twitter-bot/blob/master/Images/profile.png)](https://twitter.com/pythonexpertbot)

## Bug / Feature Request :man_technologist:
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue [here](https://github.com/yogeshnile/twitter-bot/issues/new) 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](https://github.com/yogeshnile/twitter-bot/issues/new). Please include sample queries and their corresponding results.

## Connect with me! 🌐
Known on internet as **Yogesh Nile**

[](https://bit.ly/2Ky3ho6) [](https://bit.ly/2yoggit) [](https://bit.ly/3dbLJLC) [](https://t.me/yogeshnile) [](https://bit.ly/3b9Qeo4) [](https://bit.ly/32SXHV0)

## Email Me :e-mail:

[](mailto:[email protected])