An experimental project that charts Twitter bot followers.
This program will generate a website that charts Twitter bot followers for a groups of accounts. You can see a demo at SeattleBot Labs.
This program requires API keys for the Twitter and Botometer. Add those keys to the api_keys.py
file.
Requires Python3 and should of course be ran in some kind of virtualenv.
git clone https://github.com/jrigden/BeigeOrion.git
cd BeigeOrion
pip install -r requirements.txt
Edit the config.json
file. Then run python beige_orion.py
.
- 1.0.0
- INITIAL RELEASE
Report it here by creating an issue: https://github.com/jrigden/BeigeOrion/issues
Jason Rigden – @mr_rigden
- Fork it (https://github.com/jrigden/BeigeOrion/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Distributed under the MIT license. See LICENSE
for more information.