Skip to content

cryptorelief/covid-tweet-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter bot

A twitter bot to monitor and repy to help with the COVID-19 pandemic in India.

setup

make an .env file and source it (source .env)

export bot_user_id="<id>"
export consumer_key="<key>"
export consumer_secret="<secret>"
export access_token="<token>"
export access_token_secret="<secret>"

start

run yarn start

configs

  1. runConfig.json

This file is read before replying to tweets

  1. startConfig.json

This file is read when the script loads up

About

A twitter bot to monitor and repy to help with the COVID-19 pandemic in India.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published