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.
- Host: GitHub
- URL: https://github.com/luisgbr1el/tweet-with-python
- Owner: luisgbr1el
- Created: 2020-11-09T01:51:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-22T21:37:04.000Z (over 4 years ago)
- Last Synced: 2025-01-24T20:15:40.135Z (3 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.