forked from tweepy/tweepy.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (135 loc) · 7.2 KB
/
index.html
File metadata and controls
143 lines (135 loc) · 7.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
---
layout: default
title: Tweepy
---
<!-- THIS CODE RUNS ON RUBY GEM JEKYLL
INSTALL JEKYLL AND RUN IT ON YOUR LOCAL MACHINE
USING THE COMMAND "jekyll serve"
-->
<header class="bg-dark">
<div class="container py-5">
<div class="row py-5" style="padding-top: 90px;margin-top: -82px;">
<div
class="col-md-6 text-center text-md-start d-flex d-sm-flex d-md-flex justify-content-center align-items-center justify-content-md-start align-items-md-center justify-content-xl-end mb-4">
<div style="max-width: 450px;">
<p class="fw-bold text-success mb-2">Welcome To Tweepy!</p>
<h2 class="fw-bold">Internet's Most Loved TwitterAPI Python Library</h2>
<p class="my-3">Up-to-date with X's Latest API changes </p>
<form class="d-flex justify-content-center flex-wrap justify-content-md-start flex-lg-nowrap"
method="post">
<div class="my-2 me-2"></div>
<div class="my-2"><button class="btn btn-primary shadow" type="button"
onclick="window.open('https://tweepy.readthedocs.org/')">Read the
Docs</button></div>
</form>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="p-5 mx-lg-5"
style="background: url("assets/img/blob.svg") center / contain no-repeat;"><img
class="rounded img-fluid shadow w-100 fit-cover" style="min-height: 300px;"
src="assets/img/phone-screen.png"></div>
</div>
</div>
</div>
</header>
<section class="py-5" style="padding-bottom: 0px;padding-top: 14px;margin-bottom: -48px;margin-top: -30px;">
</section>
<section>
<!--FAQ SECTION-->
<div class=" bg-dark py-5">
<div class="row">
<div class="col-md-8 col-xl-6 text-center mx-auto">
<p class="fw-bold text-success mb-2">Quick Docs</p>
<h3 class="fw-bold">FAQs</h3>
</div>
</div>
<div class="py-5 p-lg-5">
<div class="row row-cols-1 row-cols-md-2 mx-auto" style="max-width: 900px;">
<div class="col mb-5">
<div class="card shadow-sm">
<div class="card-body px-4 py-5 px-md-5" style="padding-bottom: 20px;margin-bottom: 22px;">
<h5 class="fw-bold card-title">Is Tweepy Library Free?</h5>
<p class="text-muted card-text mb-4" style="margin-bottom: 64px;padding-bottom: 0px;">
Certainly! Tweepy Library is an open-source, completely free-of-cost library. However,
keep in mind that Twitter's API has both free and paid tiers.</p><button
class="btn btn-primary shadow"
onclick="window.open('https://developer.twitter.com/en/products/twitter-api')"
type="button">X API tiers</button>
</div>
</div>
</div>
<div class="col mb-5">
<div class="card shadow-sm">
<div class="card-body px-4 py-5 px-md-5">
<h5 class="fw-bold card-title">Why To use Tweepy Library?</h5>
<p class="text-muted card-text mb-4">A stand-alone Twitter API is overly complicated, and
that's precisely the issue Tweepy resolves. It simplifies the use of the Twitter API
through user-friendly functions.</p><button
onclick="window.open('https://tweepy.readthedocs.org/')" class="btn btn-primary shadow"
type="button">Read the Docs</button>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card shadow-sm">
<div class="card-body px-4 py-5 px-md-5">
<h5 class="fw-bold card-title">How can i use Tweepy?</h5>
<p class="text-muted card-text mb-4">Tweepy is a publicly available open-source Python
library. Install Tweepy by typing pip install tweepy and then refer to the documentation
to initiate your journey.</p><button
onclick="window.open('https://docs.tweepy.org/en/stable/getting_started.html')"
class="btn btn-primary shadow" type="button">Getting started</button>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card shadow-sm">
<div class="card-body px-4 py-5 px-md-5" style="margin-bottom: 22px;">
<h5 class="fw-bold card-title">Is Tweepy Safe to use?</h5>
<p class="text-muted card-text mb-4">Absolutely! Tweepy is a publicly available open-source
library hosted on GitHub. Review the code on our GitHub repository.</p><button
class="btn btn-primary shadow"
onclick="window.open('https://github.com/tweepy/tweepy/')" type="button">Github
Repo</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section></section>
<section class="py-5">
<div class="container">
<div
class="bg-dark border rounded border-dark d-flex flex-column justify-content-between align-items-center flex-lg-row p-4 p-lg-5">
<div class="text-center text-lg-start py-3 py-lg-1">
<h2 class="fw-bold mb-2">Join Our Discord Community!</h2>
<p class="mb-0">Tweepy's Official Discord Server</p>
</div>
<form class="d-flex justify-content-center flex-wrap flex-lg-nowrap" method="post">
<div class="my-2"></div>
<div class="my-2">
<button class="btn btn-primary shadow ms-2" type="button"
onclick="window.open('https://discord.gg/bJvqnhg')">Join Now!</button>
</div>
</form>
</div>
</div>
</section>
<footer class="bg-dark">
<div class="container py-4 py-lg-5">
<div class="row justify-content-center">
<div class="col-lg-5 text-center d-flex flex-column align-items-center">
<div class="fw-bold d-flex align-items-center mb-2"><span>Copyright © 2024 Tweepy.org</span></div>
<p class="text-muted">This Page has been made with 💖 by
<a href="https://github.com/codeIntrovert" target="_blank"><strong>
<span style="color: rgb(25, 245, 170);">Hasan🥰</span>
</strong>
</a>
</p>
</div>
</div>
</div>
</footer>