Skip to content

Commit

Permalink
Update telegram env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dracarys18 committed Jul 1, 2022
1 parent d373077 commit b764c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keys_sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# CONSUMER_KEY = API Key TWITTER
# CONSUMER_SECRET = API Key Secret TWITTER
# TELEGRAM_BOT = TOKEN that you got from BotFather in TELEGRAM
# TELOXIDE_TOKEN = TOKEN that you got from BotFather in TELEGRAM
# ACCESS_TOKEN = Access Token in TWITTER
# ACCESS_TOKEN_SECRET = Access Token Secret in TWITTER
# CHAT_ID = Add '@username_to_id_bot' to your Group or Channel, say something and it will show your channel/group ID, include the '-' infront of the numbers.
Expand All @@ -11,7 +11,7 @@

export CONSUMER_KEY=""
export CONSUMER_SECRET=""
export TELEGRAM_BOT=""
export TELOXIDE_TOKEN=""
export ACCESS_TOKEN=""
export ACCESS_TOKEN_SECRET=""
export CHAT_ID=
Expand Down

1 comment on commit b764c4a

@jorgutisan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! I don't understand ANYTHING of this, but I need a bot for Telegram that send my Twitter timeline to my Telegram Channel. Is just news. I'm a Journalist in Panama with a little Twitter account posting and RTing news. I used IFTTT but they went a subscription app and I don't have resources to pay anything. I hope you can help me. Thanks. You can Telegram me @rednoticiaspanama, and my news channel is t.me/rednoticiaspa.

Please sign in to comment.