Giter Site home page Giter Site logo

twitterbot's Introduction

Twitter bot

This is a Twitter bot made for the purpose of testing Twitter's API

Setup

  1. Clone the repo
  2. Create a config.json file and place it in twitterbot/src folder with the syntax of
{
  "api_key": "<insert api key here>",
  "api_key_secret": "<insert api key secret here>",
  "access_token": "<insert access token here>",
  "access_token_secret": "<insert access token secret here>",
  "bearer_token": "<insert bearer token here>"
}
  1. Create a virtual environment
python3 -m venv <name of environment>
  1. Run requirements.txt
pip install -r requirements.txt

Future Ideas

  1. Make this into a Flask or FastAPI app to perform actions through implemented API

Contribution guidelines

  1. Each contribution should be in a separate branch
  2. A Pull Request (PR) will be created to merge changes into the master branch
  3. Each Pull Request (PR) title will need to have the one of the following prefix
- feat:     A new feature
- fix:      A bug fix
- docs:     Documentation only changes
- style:    Formatting, missing semi-colons, white-space, etc
- refactor: A code change that neither fixes a bug nor adds a feature
- perf:     A code change that improves performance
- test:     Adding missing tests
- chore:    Maintain. Changes to the build process or auxiliary tools/libraries/documentation

twitterbot's People

Contributors

cyyong95 avatar

Watchers

 avatar  avatar

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.