https://github.com/slashformotion/motsrx
A Twitter dictionary bot
https://github.com/slashformotion/motsrx
Last synced: 3 months ago
JSON representation
A Twitter dictionary bot
- Host: GitHub
- URL: https://github.com/slashformotion/motsrx
- Owner: slashformotion
- Created: 2021-03-02T19:55:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T20:09:14.000Z (over 4 years ago)
- Last Synced: 2025-01-05T13:44:05.763Z (5 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter dictionary bot
## Requirements
Python 3.7 or higher
### Python Dependance
- tweepy
- larousse-api-sunbroTo install :
- avec pip:
```
$ pip install tweepy larousse-api-sunbro
```- avec pipenv:
```
$ pipenv install tweepy larousse-api-sunbro && pipenv check
```## How to set up
```
$ git clone https://github.com/slashformotion/motsrx
$ cd motsrx
$ touch .env
```Edit `.env` to add the environnment variables :
```
CONSUMER_KEY=...
CONSUMER_SECRET=...
ACCESS_TOKEN=...
ACCESS_TOKEN_SECRET=...
ACCOUNT=...
```## Run
```
$ python3 bot.py
```Result :
