https://github.com/cubetiq/tweetreplies-web-api
Get TweetReplies with username by API
https://github.com/cubetiq/tweetreplies-web-api
flask python tweepy
Last synced: 23 days ago
JSON representation
Get TweetReplies with username by API
- Host: GitHub
- URL: https://github.com/cubetiq/tweetreplies-web-api
- Owner: CUBETIQ
- Created: 2023-03-07T14:47:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T02:53:32.000Z (over 1 year ago)
- Last Synced: 2025-02-07T03:28:02.224Z (over 1 year ago)
- Topics: flask, python, tweepy
- Language: Python
- Homepage: https://tweetreplies-web-api.heroku.ctdn.dev
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TweetReplies Web API (v1)
Go to [Web API](https://tweetreplies-web-api.heroku.ctdn.dev)
- Flask
- Tweepy
### Features
- [x] Get Replies (username)
### TODO
- [x] Get Replies (username)
### Local Development
- Install packages
```shell
pip install -r requirements.txt
```
- Setup env for Twitter API (`.env`)
```shell
# Twitter Credentials (https://developer.twitter.com/en/apps)
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
```
- Start the app
```shell
python3 -m flask run --reload
```
### Contributors
- Sambo Chea