项目作者: Ganariya

项目描述 :
Only Tweet Library
高级语言: Python
项目地址: git://github.com/Ganariya/tweet.git
创建时间: 2021-01-16T10:15:25Z
项目社区:https://github.com/Ganariya/tweet

开源协议:

下载





tweet can tweet your current status from CLI easily.

tweet cat tweet only, therefore you will not be distracted.

How to Install

pipx is good for running python applications in isolated environments.

  1. pipx install tweet

How to Use

  1. # Post Tweet
  2. tweet tweet `your-status`
  3. # Endless Mode
  4. tweet endless

How to set up

You have to set up ~/.twitter-env file to your home directory yourself.
You get tokens from Twitter Developer.

~/.twitter-env

  1. CONSUMER_TOKEN=.......
  2. CONSUMER_SECRET=.......
  3. ACCESS_TOKEN=.......
  4. ACCESS_SECRET=.....