GithubHelp home page GithubHelp logo

borradordetweets's Introduction

borradorDeTweets

Script Python para eliminar tweets en masa utilizando el archivo de backup tweets.js

Adapta el repositorio https://github.com/QuincyLarson/delete-tweets para utilizar Python 3 y las columnas del archivo de Backup tweet.js

Instrucciones

1 Conseguir las API keys de Twitter El link es https://apps.twitter.com/app/new y cargarlas en el código Python

api = twitter.Api(consumer_key="123456", consumer_secret="123456", access_token_key="123456", access_token_secret="123456")

2 Descargar un backup de todos los tweets. El link es https://twitter.com/settings/your_twitter_data

3 Descomprimir el backup, extraer /data/tweet.js

  1. Convertir a CSV desde https://tweetjstocsv.glitch.me/ y cargar el CSV en la carpeta del código Python

5 Ejecutar $ python deletetweets.py

borradordetweets's People

Contributors

ronibandini 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.