Skip to content

A Twitter Bot that tweets the current statistics about Covid-19

License

Notifications You must be signed in to change notification settings

shin0x/Corona-Twitter-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"