Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 697 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 697 Bytes

Corona-Twitter-Bot

A Twitter Bot that tweets the current statistics about Covid-19
Twitter Profile: https://twitter.com/strotmann6

Dependencies

  • JSON
  • Net::Twitter
  • REST::Client
  • Data::Dumper
  • MIME::Base64
  • Config::Tiny

    Usage:

    Create a file named ".keys" in the same directory as the Bot with the following layout.

    [keys]
    api_key=XXXXXXXXXXXXXXXXXXXXXXXXX api_secret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX access_token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX access_token_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Then just run the script with "perl Bot.pl"