Code Monkey home page Code Monkey logo

gettweets's Introduction

GetTweets

GetTweets is an Automation Tool Written in Python to Fetch Tweets that have a particular Hashtag or word and then directly upload it to Your GitHub Repository. It can be used in many ways to Automate your Notekeeping or Reconnaissance Process.

enter image description here

Usage

python3 ./GetTweets.py

enter image description here

Installation

  • git clone https://github.com/MayankPandey01/GetTweets.git
  • After Installation Setup the config.py file using Your Tokens From Twitter Developer Account and Github

Recommended Python Version:

This Tool Only Supports Python 3. The recommended version for Python 3 is 3.8.x.

Dependencies:

The dependencies can be installed using the requirements file:

Installation on Windows:

  • python.exe -m pip3 install -r requirements.txt.

Installation on Linux.

  • sudo pip3 install -r requirements.txt.

How this Works

This Program Interacts with Twitter API using the tweepy module, it is used to fetch the tweets from the Mentioned user in the config.py file, and then the Github API is used to upload the file to your Repository.

Config.py

This file contains all the Configuration Needed to Run the Program. You will need the following things to set up the Configuration File

db.json

This File is used to create a local database that keeps a record of the most recent tweet of the User who has been Queried using the Program. This helps to keep the Result Free from Duplication and always give new Results.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.