Skip to content

yasserqureshi1/twitter-giveaway-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Twitter Giveaway Bot

About this Project

This project streams Tweets to find giveaways and enters them.

Use this script at your own risk. I do not take responsibility for any issues or damages caused.

Installation

  1. Ensure you have a Twitter Developer account.

  2. Place the consumer key, consumer secret, access token and access secret token into a config.py file.

  3. Setup a virtual environment

    • Create virtual environment

      $ python -m venv venv
      
    • Activate virtual environment

      • For Windows

        $ .\venv\Scripts\activate.bat
        
      • For Mac/Linux

        $ source venv\bin\activate
        
    • Install dependencies

      $ pip install -r requirements.txt
      
  4. Run Python script

$ python bot.py

About

Streams Tweets to find and enter giveaways

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages