https://github.com/mio256/tweepy_easy_examples
https://github.com/mio256/tweepy_easy_examples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mio256/tweepy_easy_examples
- Owner: mio256
- Created: 2022-10-18T01:01:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T06:39:55.000Z (over 2 years ago)
- Last Synced: 2025-01-02T17:50:04.731Z (6 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)