Code Monkey home page Code Monkey logo

dead-dove's Introduction

dead dove

Small script to delete tweets from Twitter. Utilizes your exported history from twitter and a set date. Allows you to read all your past mistakes tweets as it deletes them in a shell.

dead-dove

environment

Requires a Python3 environment, OS X ships with 2.7 by default. I recommend setting up a virtualenv to use Python3 inside of.

sudo pip install virtualenv
virtualenv --python=/usr/local/bin/python3 python3_env
source python3_env/bin/activate

usage

  1. Request your twitter archive
  2. Create a twitter application with read & write access, generate a self-use token
  3. Copy & modify config.sample.py to config.py
  4. python3 dd.py

flags

flag value description
--help (-h) none Displays the help menu

requirements

  • python3

packages

license

MIT

dead-dove's People

Contributors

shampine avatar

Stargazers

Roman avatar Alex avatar Enoch Ko avatar Rihards Paskausks avatar Amit Chaudhary avatar

Watchers

James Cloos avatar

dead-dove's Issues

Restructure init, create public method for usage

Init should parse arguments that call a class method to run. My line of thought is expanding this to a facebook wall as they offer a similar csv of data. The current constructor init should look at the arguments and then decide to run purgeTwitter() or purgeFacebook as opposed to just loading/running out of the construct.

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.