Skip to content

AkilesX/Yatcobot

 
 

Repository files navigation

Yatcobot

The best bot for searching twitter contests and automatically retweet them

Build Status codecov.io

Disclaimer!

This bot is written purely for educational purposes. I hold no liability for what you do with this bot or what happens to you by using this bot. Abusing this bot can get you banned from Twitter, so make sure to read up on proper usage of the Twitter API.

License

This program is released under GPL v2

Configuration

Open up config.json and make the values correspond to your Twitter API credentials.

See Config manual for more details

Installation

####System wide


From the command line:

sudo apt-get install git python3 python3-pip
git clone https://github.com/buluba89/Yatcobot.git
sudo pip3 install -r requirements.txt

To run:

cd /path/to/repo/
python3 yatcobot.py

####Virtualenv


From the command line:

sudo apt-get install git python3 python3-pip python-virtualenv
git clone https://github.com/buluba89/Yatcobot.git
cd Yatcobot
virtualenv -p /usr/bin/python3 env
source env/bin/activate
pip3 install -r requirements

To run:

cd /path/to/repo/
source env/bin/activate
python3 yatcobot.py

For options with command line arguments see Command Line Arguments!

Usage with Docker

To run container use like below

$ docker run -v /path/to/config.json:/yatcobot/config.json buluba89/Yatcobot

where /path/to/config.json is the path of your config.json

Donate

If you want to suppport this project please consider donating with one of the following ways:

Flattr this git repo

18zSZvVF6XNhg2zi7yvy6fSRnMATc134wm

Credits

Based on the work of:

ModusVivendi/twitter-contest

kurozael/twitter-contest-bot

About

Yatcobot (Yet another twitter contest bot) is the most advanced bot that enters twitter contests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%