Skip to content

Commit dd36f53

Browse files
committed
update readme file 📔
1 parent 93ed866 commit dd36f53

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

readme.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# collector-app
1+
<p align="center">
2+
<img src="screenshots/logo.svg" alt="Logo" width="200" height="100">
23

3-
> blog and twitter bot to pull tweets chains into blog post to read/save easily .
4+
<h3 align="center">Collector App</h3>
5+
6+
<p align="center">
7+
Blog and twitter bot to pull tweets chains into blog post to read/save easily
8+
</p>
9+
</p>
410

511
## Screenshots
612

@@ -13,16 +19,19 @@
1319
## Usage
1420

1521
1. Clone the repo
22+
1623
```sh
1724
git clone https://github.com/civilcoder55/django-collector-app.git
1825
```
1926

2027
2. update env file
28+
2129
```sh
2230
cp .env.example .env
2331
```
2432

2533
3. run containers
34+
2635
```sh
2736
docker-compose up -d
2837
```
@@ -33,10 +42,11 @@
3342
```
3443

3544
## Features
45+
3646
- pulling tweets chains into blog post.
3747
- authentication system.
38-
- twitter oauth for login and linking account.
48+
- twitter oauth for login and linking account.
3949
- two factor authentication with otp.
4050
- comment, like, dislike posts.
4151
- save post as pdf.
42-
- websocket notification on new collected tweets.
52+
- websocket notification on new collected tweets.

0 commit comments

Comments
 (0)