Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mio256/tweepy_easy_examples


https://github.com/mio256/tweepy_easy_examples

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# tweepy_easy_examples

## setup.sh
```
$ bash setup.sh
```

## tweet.py
```
$ python tweet.py
```

> You are not allowed to create a Tweet with duplicate content.
> > change tweet text `client.create_tweet(text='here')`

## show_home.py
```
$ python show_home.py
```

## page_home.py
```
$ python page_home.py
```

## like.py
```
$ python like.py
```

## docs
[tweepy docs](https://docs.tweepy.org/en/stable/index.html)