Coder Social home page Coder Social logo

detweet's Introduction

deTweet

deTweet is a twitter application that cleans your profile of unwanted tweets by filtering your tweets against a database of flagged words. We make it easy for you to review and remove problematic tweets with the click of a button.

deTweet is currently being rewritten to run on the MERN stack.

Login Page

Logged in

Displaying filtered tweets

Removing tweets

Developer Environment

Ubuntu 18.04

Installation instructions

The below instructions need to be reworked because they are unclear.

  • Clone the repo
  • cd into the directory
  • ./install_mysql.sh (This installs pip3 and mysqlserver) (remember your root user's password)
  • ./update_tables_databases.sh (This updates the databases and tables to support full unicode)
  • python3 -m venv detweet_env (This creates a virtual environment)
  • source detweet_env/bin/activate (Activates the virtual environment)
  • pip3 install -r requirements.txt
  • Create an instance directory in the root level of the repository
  • Add init.py and config.py into the directory.
  • Set these as environmental variables in your shell: database_uri, twitter_api_key, twitter_api_secret, access_token, access_secret
  • export FLASK_APP = detweet_app in the shell
  • export FLASK_ENV = development (for debug mode)
  • flask run
  • check out the application on localhost:5000

detweet's People

Contributors

robertglatzel avatar vortexh avatar

Stargazers

Saint Bassanaga avatar Daniel Kurniadi avatar

Watchers

 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.