Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mio256/tweepy_easy_examples
https://github.com/mio256/tweepy_easy_examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mio256/tweepy_easy_examples
- Owner: mio256
- Created: 2022-10-18T01:01:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T06:39:55.000Z (about 2 years ago)
- Last Synced: 2024-10-16T19:56:33.171Z (2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)