Skip to content

An automated service for posting timely and relevant information with at least 3 tweets every 4 hours.

Notifications You must be signed in to change notification settings

MaxAnii/TechNews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TechNewsBot - Automated Technology News Tweets

TechNewsBot is a Python-based Twitter bot designed to automate tweets related to the latest technology news. The bot utilizes the News API to fetch real-time technology news articles and the Tweepy library to automate the tweeting process. This project aims to provide a convenient way to keep followers updated on the latest happenings in the tech world.


Features

Automated Tweets: The bot automatically generates and tweets the latest technology news articles.

Customizable Schedule: You can configure the bot to tweet at specific intervals based on your preferences.

NewsAPI Integration: Utilizes the News API to fetch a diverse range of technology news from various sources.


Getting Started

Clone the Repository

git clone https://github.com/MaxAnii/Tweet_EveryDay.git

Install Dependencies

pip install -r requirements.txt

Configure API Keys

Obtain API keys for both the News API and Twitter API.

Create a .env file in the project root and add your API keys:

API_KEY = your_twitter_api_key
API_KEY_SECRET = your_twitter_api_secret
ACCESS_TOKEN = your_twitter_access_token
ACCESS_TOKEN_SECRET = your_twitter_access_secret
NEWSAPI_KEY =your_news_api_key
TECH_KEY_WORDS = search query or key words

License

This project is licensed under the MIT License - see the LICENSE file for details.

By Ansar with ❤️. Happy tweeting! 🐦✨

About

An automated service for posting timely and relevant information with at least 3 tweets every 4 hours.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages