This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Telegram Escrow Demo Bot | |
========================= | |
This is a SAFE, NON-FINANCIAL **demo** escrow workflow bot. It **does not move real money**. | |
Use it to prototype flows (deal creation, deposit, delivery, release, dispute, admin resolve). | |
Tech: | |
- Python 3.10+ | |
- python-telegram-bot >= 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Telegram Escrow Demo Bot | |
========================= | |
This is a SAFE, NON-FINANCIAL **demo** escrow workflow bot. It **does not move real money**. | |
Use it to prototype flows (deal creation, deposit, delivery, release, dispute, admin resolve). | |
Tech: | |
- Python 3.10+ | |
- python-telegram-bot >= 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Telegram Bot Service | |
After=network.target | |
[Service] | |
# Run as root | |
User=root | |
WorkingDirectory=/home/itsinuka_2006 | |
# Use system-wide Python instead of venv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Telegram Bot Service | |
After=network.target | |
[Service] | |
User=itsinuka_2006 | |
WorkingDirectory=/home/itsinuka_2006 | |
ExecStart=/home/itsinuka_2006/venv/bin/python /home/itsinuka_2006/bot.py | |
EnvironmentFile=/home/itsinuka_2006/.env | |
Restart=always |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BOT_TOKEN=8454905628:AAFGw0F_8k5G6-bfYsxmNdmBh_qy5j6JG_g | |
ESCROW_ADMIN_IDS=6127489137,6127489137 # optional, comma-separated Telegram user IDs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Telegram Escrow Demo Bot | |
========================= | |
This is a SAFE, NON-FINANCIAL **demo** escrow workflow bot. It **does not move real money**. | |
Use it to prototype flows (deal creation, deposit, delivery, release, dispute, admin resolve). | |
Tech: | |
- Python 3.10+ | |
- python-telegram-bot >= 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rikuschee@gmx.de | |
joschawiener@gmx.de | |
sinfo@autoteilewaldi.de | |
kotik080786@freenet.de | |
pferdeliebhaberin91@gmx.de | |
manfred_eickhoff@t-online.de | |
sakumi-chan@arcor.de | |
m-seppich@t-online.de | |
autofix@gmx.de | |
sven.anuth@t-online.de |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
miner_id,coin,wallet_address,join_date,hashrate_timestamp,hashrate_mh,payout_time,payout_amount | |
4591,ETH,0x24hALnW8X4xw4SVjV9VwcDjD2bVfe12e,2024-08-03 06:24:54,2025-02-03 18:58:54,1717.79,2025-03-30 06:24:54,1.56764707 | |
1220,ETH,0x2zwSmF2JvJUDHP6HGxCKz1DGtkhtpLXZ,2024-08-29 06:24:54,2025-03-07 02:30:54,52.44,2025-03-31 06:24:54,1.87211415 | |
2671,ETH,0xbV6gCMXQhH9nrWPv6gYN8U72stwGtuLW,2024-10-22 06:24:54,2025-03-12 19:28:54,156.89,2025-03-15 06:24:54,1.67924835 | |
1901,BTC,1pepQNrTkvDgpZ8DBzfFTeSULWRbWGfa2H,2024-08-01 06:24:54,2025-02-13 16:23:54,24.76,2025-01-25 06:24:54,0.00303424 | |
2542,ZEC,t16GtWDyMYsWgbATgoevUsmtMFEYzJjy8u,2024-06-15 06:24:54,2025-03-02 18:08:54,381.95,2025-04-03 06:24:54,0.59366003 | |
346,ZEC,t13xnm11MDEsv2Taa3Lem3S1pGTxCRAtpc,2024-08-17 06:24:54,2025-02-18 05:43:54,890.3,2025-04-02 06:24:54,0.22622219 | |
2749,ZEC,t1WHDTq58Q4htnjN6HjKV6i7drDeqxZ3w3,2024-06-17 06:24:54,2025-03-20 05:10:54,966.49,2025-02-17 06:24:54,0.29167726 | |
2502,XMR,4cAowp2seHUtQBua3ynnrQeRaQkhmHdwR2,2024-08-31 06:24:54,2025-02-15 14 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- SQL dump for synthetic data | |
-- Table structure | |
DROP TABLE IF EXISTS `synthetic_data`; | |
CREATE TABLE `synthetic_data` ( | |
`id` int NOT NULL AUTO_INCREMENT, | |
`FirstName` varchar(100) NOT NULL, | |
`PhoneNumber` varchar(20) NOT NULL, | |
`Country` varchar(50) NOT NULL, | |
`Address` varchar(255) NOT NULL, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thierry.salaun2@orange.fr:Veronique123 | |
np.barret@wanadoo.fr:EloCam65! | |
marie3464@wanadoo.fr:Marie3463! | |
j-c.girardin@orange.fr:27jc49 | |
steinmetr.karine@orange.fr:erevln69 | |
maryline.collado@orange.fr:Romain41 | |
jean-bernard.durandet@wanadoo.fr:valerie2 | |
etievant.ingrid@orange.fr:blossom72 | |
sylvie.sampietro@orange.fr:sylvie77 | |
audrey.naser@wanadoo.fr:240890 |
NewerOlder