Coder Social home page Coder Social logo

twitterbot's Introduction

TwitterBot Version: Beta

Simple Twitter Bot with the following features:

  • Monitor RSS feeds and create tweets from RSS entries
  • Automatic retweet of monitored twitter accounts
  • Human emulation

platform python

Instalar desde fuentes

  1. Clona el repositorio:
git clone https://github.com/mercaderd/TwitterBot.git
  1. Instalar dependencias:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wget python3 python3-pip python3-venv
  1. Crear fichero .env a partir del ejemplo incluido:
cp .env.dist .env
  1. Edita .env para establecer los valores de configuración:
nano .env

Modifica las siguientes líneas según la configuración de tu sistema:

# CHANGE THIS SECTION enter the corresponding information from your Twitter application:
CONSUMER_KEY=put_here_your_twitter_consumer_key
CONSUMER_SECRET=put_here_your_twitter_consumer_secret
ACCESS_KEY=put_here_your_twitter_access_key
ACCESS_SECRET=put_here_your_twitter_access_secret

# CHANGE THIS SECTION add usernames for automatic retweet
usernames=AEPD_es,osiseguridad,incibe_cert,EU_EDPB

Pulsa Ctrl+x para salir y guarda los cambios.

  1. Crea un entorno virtual, actívalo e instala las dependencias
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Ejecuta la aplicación:
./run.sh

twitterbot's People

Stargazers

Jarrian Gojar avatar  avatar

Watchers

James Cloos avatar Daniel avatar

twitterbot's Issues

Random

Hullo, i have noticed that your bot only starts with first rss feed have you thought of random feed from the feed list. Also usernames it starts with the first one.

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.