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.
- Host: GitHub
- URL: https://github.com/yogeshnile/twitter-bot
- Owner: yogeshnile
- License: gpl-3.0
- Created: 2020-07-20T05:14:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:11:55.000Z (over 2 years ago)
- Last Synced: 2025-02-10T10:18:55.997Z (4 months ago)
- Topics: python-3-6, python3, tweepy, twitter-api, twitter-bot, twitter-bots
- Language: Python
- Homepage: https://twitter.com/PythonExpertBot
- Size: 260 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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://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 timeAPI_key = ""
API_secret_key = ""
access_token = ""
Access_token_secret = ""
```## Technology used in Project :hotsprings:
## ScreenShot :camera_flash:
[](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])