An open API service indexing awesome lists of open source software.

https://github.com/luisgbr1el/tweet-with-python

PT-BR 🇧🇷 - Código simples para tweetar com Python. | EN-US 🇺🇸 - Simple code to tweet with Python.
https://github.com/luisgbr1el/tweet-with-python

Last synced: about 1 month ago
JSON representation

PT-BR 🇧🇷 - Código simples para tweetar com Python. | EN-US 🇺🇸 - Simple code to tweet with Python.

Awesome Lists containing this project

README

        

# PT-BR 🇧🇷
Tweetar com Python usando a biblioteca Tweepy.

Feito com Python 3.8.3.

Como usar

Primeiro, você deve clonar esse repositório em seu computador.

Com o Git, abra o cmd e digite `git clone https://github.com/luisgabriel53/Tweet-with-Python.git`.

Abra a pasta e em seguida abra o cmd no diretório da mesma.

Instale a biblioteca Tweepy com `pip install tweepy`.

Abra o arquivo `tweet.py` com algum editor de texto e substitua `api_key`, `api_secret_key`, `access_token` e `access_token_secret` pelas keys e tokens do seu App feito no Twitter Developers.

Pronto! E então você pode executar o arquivo dando dois cliques, ou caso deseje ver o console, abra o cmd no diretório do arquivo e digite `python tweet.py`.

# EN-US 🇺🇸
Tweet with Python using the library Tweepy.

Made with Python 3.8.3.

Usage

Initially, you need to clone this repository on your computer.

With Git, open the cmd and type `git clone https://github.com/luisgabriel53/Tweet-with-Python.git`.

Open the folder, then, open the cmd on it directory.

Install the library Tweepy with `pip install tweepy`.

Open the file `tweet.py` with some text editor and replace `api_key`, `api_secret_key`, `access_token` and `access_token_secret` with keys and tokens from your App made on Twitter Developers.

Ready! Then you can run the file using double click, or if you want see the console, open cmd on file directory and type `python tweet.py`.