Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

huyenngn/TwitterBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translation Twitter Bot

A bot that translates tweets.

############ DEPRECATED WITH NEW TWITTER API ############

Usage

sudo docker build . -t main
docker run -d --restart always \
-e ACCESS_TOKEN="{twitter access token}" \
-e ACCESS_TOKEN_SECRET="{twitter access token secret}" \
-e BEARER_TOKEN="{twitter bearer token}" \
-e CONSUMER_KEY="{twitter consumer key}" \
-e CONSUMER_SECRET="{twitter consumer secret}" \
-e GCLOUD_ID="{google cloud id}" \
-e GOOGLE_APPLICATION_CREDENTIALS="{path/to/gcloud/app/creds.json}" \
-e API_FLASH_KEY="{1st api flash key}" \
-e API_FLASH_KEY2="{2nd api flash key}" \
-e API_FLASH_KEY3="{3rd api flash key}" \ main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published