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

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

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