https://github.com/dbeley/twitter_bot_revuedepresse
https://github.com/dbeley/twitter_bot_revuedepresse
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbeley/twitter_bot_revuedepresse
- Owner: dbeley
- License: mit
- Created: 2019-04-05T16:06:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:47:16.000Z (over 3 years ago)
- Last Synced: 2025-02-27T15:45:53.146Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter_bot_revuedepresse
revuedepresse twitter mirror
## Requirements
- tweepy
## Installation of the virtualenv (recommended)
```
pipenv install
```
## Usage
```
python twitter_bot_revuedepresse.py
```
## Help
```
python twitter_bot_revuedepresse.py -h
```
```
usage: twitter_bot_revuedepresse.py [-h] [--debug] [-i]
Twitter bot
optional arguments:
-h, --help show this help message and exit
--debug Display debugging information
-i, --international International mode (parse the international version)
```