Axelrod-Python/Axelrod-tweet

Name: Axelrod-tweet

Owner: Axelrod-Python

Description: null

Created: 2016-03-16 18:50:02.0

Updated: 2016-03-16 18:50:44.0

Pushed: 2016-09-24 19:17:26.0

Homepage: null

Size: 4

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

A twitter bot for the Axelrod library.

https://twitter.com/AxelrodPython

Tweets out results from 10 round matches between two random strategies from the library.

Credentials

Stored in secrets.py:

umer_key = "XXXX"
umer_secret = "XXXX"
n = "XXXX"
n_secret = "XXXX"

Schedule

To schedule tweets, use crontab:

tab -e # This edits your crontab

add the following line:

,15 * * * python3 /home/vince/src/Axelrod-tweet.py

Above will tweet every hour at 0800 and 1500.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.