Skip to content
forked from RSE2-D2/RSE2-D2

RSE2-D2 Twitter bot - Providing helpful advice for research software

License

Notifications You must be signed in to change notification settings

yochannah/RSE2-D2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSE2-D2

RSE2-D2 Twitter bot - Providing helpful advice for research software

RSE2-D2

Setup

It's probably helpful to use virtualenv and virtualenvwrapper to manage your environment.

Once you have them installed, create a new environment:

mkvirtualenv --python=python3.7 RSE2-D2

Then install the requirements:

pip install -r requirements.txt

Currently we're using tweepy for interacting with Twitter and pygithub to interact with GitHub.

Running the AnalyseGithub Bot

The analyseGithub RSE2-D2 bot can be run as:

python bots/analyseGithub.py

Twitter credentials are read from the ini file of the form:

[TWITTER] consumer_key: consumer_secret: access_key: access_secret:

At either: ~/.rse2_d2.ini or at the location given by "--config"

About

RSE2-D2 Twitter bot - Providing helpful advice for research software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.6%
  • Nix 5.4%